Html Css Color HEX #423EA4 Blue Gem

📋 copy color: '#423EA4'

red 66 ◦ green 62 ◦ blue 164

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

Shades of Blue Gem #423EA4

Tints of Blue Gem #423EA4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.23%

 BLUE value IS 164 (64.45% from 255) = 56.16%

R = 22.6%
G = 21.23%
B = 56.16%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#423EA4 (or 0x423EA4) is known color: Blue Gem. HEX triplet: 42, 3E and A4. RGB value is (66,62,164). Sum of RGB (Red+Green+Blue) = 66+62+164=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #423EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423EA4 is #BDC15B. Grayscale: #4A4A4A. Windows color (decimal): -12435804 or 10763842. OLE color: 10763842.

HSL color Cylindrical-coordinate representation of color #423EA4: hue angle of 242.35º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423EA4 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 62 164 -
CMYK 0.60 0.62 0 0.36
HSL 242.35º 0.45% 0.44% -
HSV(B) 242.35º 0.62% 0.64% -
XYZ 10.67 7.28 35.97 -
YUV 74.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 66 62 164 0.60 0.62 0 0.36 242.35 0.45 0.44
Hex 42 3E A4 3C 3E 0 24 F2 2D 2C
Octal 102 76 244 74 76 0 44 362 55 54
Binary 1000010 111110 10100100 111100 111110 0 100100 11110010 101101 101100

Color Harmonies of #423EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423EA4

Black with #423EA4

Text Example


Text Example

White with #423EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423EA4; }

 p { color: rgb(66,62,164); }

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

background-color css

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

 a { background-color: rgb(66,62,164); }

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

border-color css

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

 span { border-color: rgb(66,62,164); }

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