#423DA1

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

Shades of Blue Gem #423DA1

Tints of Blue Gem #423DA1

Color information

#423DA1 (or 0x423DA1) is unknown color: approx Blue Gem. HEX triplet: 42, 3D and A1. RGB value is (66,61,161). Sum of RGB (Red+Green+Blue) = 66+61+161=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #423DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423DA1 is #BDC25E. Grayscale: #494949. Windows color (decimal): -12436063 or 10566978. OLE color: 10566978.

HSL color Cylindrical-coordinate representation of color #423DA1: hue angle of 243º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423DA1 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6661161-
CMYK0.590.6200.37
HSL243º45.05%43.53%-
HSV(B)243º62.11%63.14%-
XYZ10.357.0734.54-
YUV73.9177.16122.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 161 (63.28% from 255) = 55.90%
R=22.92%
G=21.18%
B=55.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66611610.590.6200.3724345.0543.53
Hex423DA13B3E025f32d2c
Octal1027524173760453635554
Binary100001011110110100001111011111110010010111110011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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