#423DA4

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

Shades of Blue Gem #423DA4

Tints of Blue Gem #423DA4

Color information

#423DA4 (or 0x423DA4) is unknown color: approx Blue Gem. HEX triplet: 42, 3D and A4. RGB value is (66,61,164). Sum of RGB (Red+Green+Blue) = 66+61+164=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #423DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423DA4 is #BDC25B. Grayscale: #494949. Windows color (decimal): -12436060 or 10763586. OLE color: 10763586.

HSL color Cylindrical-coordinate representation of color #423DA4: hue angle of 242.91º 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 #423DA4 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6661164-
CMYK0.600.6300.36
HSL242.91º45.78%44.12%-
HSV(B)242.91º62.8%64.31%-
XYZ10.627.1835.95-
YUV74.24178.66122.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 61 (24.22% from 255) = 20.96%
BLUE value IS 164 (64.45% from 255) = 56.36%
R=22.68%
G=20.96%
B=56.36%

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
Decimal66611640.600.6300.36242.9145.7844.12
Hex423DA43C3F024f32e2c
Octal1027524474770443635654
Binary100001011110110100100111100111111010010011110011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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