Html Css Color HEX #423CAF Blue Gem

📋 copy color: '#423CAF'

red 66 ◦ green 60 ◦ blue 175

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

Shades of Blue Gem #423CAF

Tints of Blue Gem #423CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 175 (68.75% from 255) = 58.14%

R = 21.93%
G = 19.93%
B = 58.14%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#423CAF (or 0x423CAF) is known color: Blue Gem. HEX triplet: 42, 3C and AF. RGB value is (66,60,175). Sum of RGB (Red+Green+Blue) = 66+60+175=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #423CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423CAF is #BDC350. Grayscale: #4A4A4A. Windows color (decimal): -12436305 or 11484226. OLE color: 11484226.

HSL color Cylindrical-coordinate representation of color #423CAF: hue angle of 243.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423CAF is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 60 175 -
CMYK 0.62 0.66 0 0.31
HSL 243.13º 0.49% 0.46% -
HSV(B) 243.13º 0.66% 0.69% -
XYZ 11.6 7.49 41.39 -
YUV 74.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 66 60 175 0.62 0.66 0 0.31 243.13 0.49 0.46
Hex 42 3C AF 3E 42 0 1F F3 31 2E
Octal 102 74 257 76 102 0 37 363 61 56
Binary 1000010 111100 10101111 111110 1000010 0 11111 11110011 110001 101110

Color Harmonies of #423CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423CAF

Black with #423CAF

Text Example


Text Example

White with #423CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,60,175); }

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

background-color css

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

 a { background-color: rgb(66,60,175); }

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

border-color css

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

 span { border-color: rgb(66,60,175); }

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