Html Css Color HEX #423596 Blue Gem

📋 copy color: '#423596'

red 66 ◦ green 53 ◦ blue 150

#423596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #423596

Tints of Blue Gem #423596

RGB

 RED value IS 66 (26.17% from 255) = 24.54%

 GREEN value IS 53 (21.09% from 255) = 19.7%

 BLUE value IS 150 (58.98% from 255) = 55.76%

R = 24.54%
G = 19.7%
B = 55.76%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#423596 (or 0x423596) is known color: Blue Gem. HEX triplet: 42, 35 and 96. RGB value is (66,53,150). Sum of RGB (Red+Green+Blue) = 66+53+150=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #423596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423596 is #BDCA69. Grayscale: #434343. Windows color (decimal): -12438122 or 9844034. OLE color: 9844034.

HSL color Cylindrical-coordinate representation of color #423596: hue angle of 248.04º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423596 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 53 150 -
CMYK 0.56 0.65 0 0.41
HSL 248.04º 0.48% 0.4% -
HSV(B) 248.04º 0.65% 0.59% -
XYZ 9.02 5.91 29.52 -
YUV 67.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 66 53 150 0.56 0.65 0 0.41 248.04 0.48 0.4
Hex 42 35 96 38 41 0 29 F8 30 28
Octal 102 65 226 70 101 0 51 370 60 50
Binary 1000010 110101 10010110 111000 1000001 0 101001 11111000 110000 101000

Color Harmonies of #423596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423596

Black with #423596

Text Example


Text Example

White with #423596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423596; }

 p { color: rgb(66,53,150); }

 H1.HeaderClassName
 {
   color: #423596;
 }
 .AnyTagClassName
 {
   color: #423596;
 }
</style>

background-color css

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

 a { background-color: rgb(66,53,150); }

 div.DivClassName
 {
   background-color: #423596;
 }
 .BgClassName
 {
   background-color: #423596;
 }
</style>

border-color css

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

 span { border-color: rgb(66,53,150); }

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