#423CAB

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

Shades of Blue Gem #423CAB

Tints of Blue Gem #423CAB

Color information

#423CAB (or 0x423CAB) is unknown color: approx Blue Gem. HEX triplet: 42, 3C and AB. RGB value is (66,60,171). Sum of RGB (Red+Green+Blue) = 66+60+171=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #423CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423CAB is #BDC354. Grayscale: #4A4A4A. Windows color (decimal): -12436309 or 11222082. OLE color: 11222082.

HSL color Cylindrical-coordinate representation of color #423CAB: hue angle of 243.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423CAB is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6660171-
CMYK0.610.6500.33
HSL243.24º48.05%45.29%-
HSV(B)243.24º64.91%67.06%-
XYZ11.217.3339.35-
YUV74.45182.49121.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=22.22%
G=20.20%
B=57.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66601710.610.6500.33243.2448.0545.29
Hex423CAB3D41021f3302d
Octal10274253751010413636055
Binary1000010111100101010111111011000001010000111110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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