Html Css Color HEX #423699 Blue Gem

📋 copy color: '#423699'

red 66 ◦ green 54 ◦ blue 153

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

Shades of Blue Gem #423699

Tints of Blue Gem #423699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 24.18%
G = 19.78%
B = 56.04%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#423699 (or 0x423699) is known color: Blue Gem. HEX triplet: 42, 36 and 99. RGB value is (66,54,153). Sum of RGB (Red+Green+Blue) = 66+54+153=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #423699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423699 is #BDC966. Grayscale: #444444. Windows color (decimal): -12437863 or 10040898. OLE color: 10040898.

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

Color convert

RGB 66 54 153 -
CMYK 0.57 0.65 0 0.4
HSL 247.27º 0.48% 0.41% -
HSV(B) 247.27º 0.65% 0.6% -
XYZ 9.32 6.1 30.82 -
YUV 68.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 66 54 153 0.57 0.65 0 0.4 247.27 0.48 0.41
Hex 42 36 99 39 41 0 28 F7 30 29
Octal 102 66 231 71 101 0 50 367 60 51
Binary 1000010 110110 10011001 111001 1000001 0 101000 11110111 110000 101001

Color Harmonies of #423699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423699

Black with #423699

Text Example


Text Example

White with #423699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423699; }

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

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

background-color css

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

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

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

border-color css

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

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

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