Html Css Color HEX #423696 Blue Gem

📋 copy color: '#423696'

red 66 ◦ green 54 ◦ blue 150

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

Shades of Blue Gem #423696

Tints of Blue Gem #423696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

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

R = 24.44%
G = 20%
B = 55.56%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#423696 (or 0x423696) is known color: Blue Gem. HEX triplet: 42, 36 and 96. RGB value is (66,54,150). Sum of RGB (Red+Green+Blue) = 66+54+150=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #423696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423696 is #BDC969. Grayscale: #444444. Windows color (decimal): -12437866 or 9844290. OLE color: 9844290.

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

Color convert

RGB 66 54 150 -
CMYK 0.56 0.64 0 0.41
HSL 247.5º 0.47% 0.4% -
HSV(B) 247.5º 0.64% 0.59% -
XYZ 9.07 6 29.53 -
YUV 68.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 66 54 150 0.56 0.64 0 0.41 247.5 0.47 0.4
Hex 42 36 96 38 40 0 29 F8 2F 28
Octal 102 66 226 70 100 0 51 370 57 50
Binary 1000010 110110 10010110 111000 1000000 0 101001 11111000 101111 101000

Color Harmonies of #423696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423696

Black with #423696

Text Example


Text Example

White with #423696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423696; }

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

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

background-color css

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

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

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

border-color css

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

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

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