#423CAE

Color #423CAE Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #423CAE

Tints of Blue Gem #423CAE

Color information

#423CAE (or 0x423CAE) is unknown color: approx Blue Gem. HEX triplet: 42, 3C and AE. RGB value is (66,60,174). Sum of RGB (Red+Green+Blue) = 66+60+174=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #423CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423CAE is #BDC351. Grayscale: #4A4A4A. Windows color (decimal): -12436306 or 11418690. OLE color: 11418690.

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

Color convert

RGB6660174-
CMYK0.620.6600.32
HSL243.16º48.72%45.88%-
HSV(B)243.16º65.52%68.24%-
XYZ11.57.4540.88-
YUV74.79183.99121.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 174 (68.36% from 255) = 58%
R=22%
G=20%
B=58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66601740.620.6600.32243.1648.7245.88
Hex423CAE3E42020f3312e
Octal10274256761020403636156
Binary1000010111100101011101111101000010010000011110011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #423CAE;
 }
 .AnyTagClassName
 {
   color: #423CAE;
 }
</style>
background-color css

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

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

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

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

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

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