#42349f

Color #42349F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #42349F

Tints of Blue Gem #42349F

Color information

#42349F (or 0x42349F) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and 9F. RGB value is (66,52,159). Sum of RGB (Red+Green+Blue) = 66+52+159=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #42349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42349F is #BDCB60. Grayscale: #434343. Windows color (decimal): -12438369 or 10433602. OLE color: 10433602.

HSL color Cylindrical-coordinate representation of color #42349F: hue angle of 247.85º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42349F is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6652159-
CMYK0.580.6700.38
HSL247.85º50.71%41.37%-
HSV(B)247.85º67.3%62.35%-
XYZ9.736.1233.47-
YUV68.38179.14126.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=23.83%
G=18.77%
B=57.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66521590.580.6700.38247.8550.7141.37
Hex42349F3A43026f83329
Octal10264237721030463706351
Binary1000010110100100111111110101000011010011011111000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42349f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42349f; }

 p { color: rgb(66,52,159); }

 H1.HeaderClassName
 {
   color: #42349f;
 }
 .AnyTagClassName
 {
   color: #42349f;
 }
</style>
background-color css

<style>
 a { background-color: #42349f; }

 a { background-color: rgb(66,52,159); }

 div.DivClassName
 {
   background-color: #42349f;
 }
 .BgClassName
 {
   background-color: #42349f;
 }
</style>
border-color css

<style>
 span { border-color: #42349f; }

 span { border-color: rgb(66,52,159); }

 td.TdClassName
 {
   border-color: #42349f;
 }
 .TagClassName
 {
   border-color: #42349f;
 }
</style>