#423CA4

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

Shades of Blue Gem #423CA4

Tints of Blue Gem #423CA4

Color information

#423CA4 (or 0x423CA4) is unknown color: approx Blue Gem. HEX triplet: 42, 3C and A4. RGB value is (66,60,164). Sum of RGB (Red+Green+Blue) = 66+60+164=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #423CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423CA4 is #BDC35B. Grayscale: #494949. Windows color (decimal): -12436316 or 10763330. OLE color: 10763330.

HSL color Cylindrical-coordinate representation of color #423CA4: hue angle of 243.46º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423CA4 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6660164-
CMYK0.600.6300.36
HSL243.46º46.43%43.92%-
HSV(B)243.46º63.41%64.31%-
XYZ10.567.0735.93-
YUV73.65178.99122.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 60 (23.83% from 255) = 20.69%
BLUE value IS 164 (64.45% from 255) = 56.55%
R=22.76%
G=20.69%
B=56.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66601640.600.6300.36243.4646.4343.92
Hex423CA43C3F024f32e2c
Octal1027424474770443635654
Binary100001011110010100100111100111111010010011110011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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