Html Css Color HEX #423EA2 Blue Gem

📋 copy color: '#423EA2'

red 66 ◦ green 62 ◦ blue 162

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

Shades of Blue Gem #423EA2

Tints of Blue Gem #423EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 55.86%

R = 22.76%
G = 21.38%
B = 55.86%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#423EA2 (or 0x423EA2) is known color: Blue Gem. HEX triplet: 42, 3E and A2. RGB value is (66,62,162). Sum of RGB (Red+Green+Blue) = 66+62+162=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #423EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423EA2 is #BDC15D. Grayscale: #4A4A4A. Windows color (decimal): -12435806 or 10632770. OLE color: 10632770.

HSL color Cylindrical-coordinate representation of color #423EA2: hue angle of 242.4º 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 #423EA2 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 62 162 -
CMYK 0.59 0.62 0 0.36
HSL 242.4º 0.45% 0.44% -
HSV(B) 242.4º 0.62% 0.64% -
XYZ 10.49 7.21 35.02 -
YUV 74.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 66 62 162 0.59 0.62 0 0.36 242.4 0.45 0.44
Hex 42 3E A2 3B 3E 0 24 F2 2D 2C
Octal 102 76 242 73 76 0 44 362 55 54
Binary 1000010 111110 10100010 111011 111110 0 100100 11110010 101101 101100

Color Harmonies of #423EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423EA2

Black with #423EA2

Text Example


Text Example

White with #423EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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