Html Css Color HEX #423AA8 Blue Gem

📋 copy color: '#423AA8'

red 66 ◦ green 58 ◦ blue 168

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

Shades of Blue Gem #423AA8

Tints of Blue Gem #423AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

 BLUE value IS 168 (66.02% from 255) = 57.53%

R = 22.6%
G = 19.86%
B = 57.53%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#423AA8 (or 0x423AA8) is known color: Blue Gem. HEX triplet: 42, 3A and A8. RGB value is (66,58,168). Sum of RGB (Red+Green+Blue) = 66+58+168=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 168 (66.02% from 255 or 57.53% from 292); Max value from RGB is 168 - color contains mainly: blue. Hex color #423AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423AA8 is #BDC557. Grayscale: #484848. Windows color (decimal): -12436824 or 11024962. OLE color: 11024962.

HSL color Cylindrical-coordinate representation of color #423AA8: hue angle of 244.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423AA8 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 58 168 -
CMYK 0.61 0.65 0 0.34
HSL 244.36º 0.49% 0.44% -
HSV(B) 244.36º 0.65% 0.66% -
XYZ 10.83 7.01 37.83 -
YUV 72.93 181.65 123.06 -
System Red Green Blue C M Y K H S L
Decimal 66 58 168 0.61 0.65 0 0.34 244.36 0.49 0.44
Hex 42 3A A8 3D 41 0 22 F4 31 2C
Octal 102 72 250 75 101 0 42 364 61 54
Binary 1000010 111010 10101000 111101 1000001 0 100010 11110100 110001 101100

Color Harmonies of #423AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423AA8

Black with #423AA8

Text Example


Text Example

White with #423AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,58,168); }

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

background-color css

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

 a { background-color: rgb(66,58,168); }

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

border-color css

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

 span { border-color: rgb(66,58,168); }

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