#423B9D

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

Shades of Blue Gem #423B9D

Tints of Blue Gem #423B9D

Color information

#423B9D (or 0x423B9D) is unknown color: approx Blue Gem. HEX triplet: 42, 3B and 9D. RGB value is (66,59,157). Sum of RGB (Red+Green+Blue) = 66+59+157=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #423B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B9D is #BDC462. Grayscale: #474747. Windows color (decimal): -12436579 or 10304322. OLE color: 10304322.

HSL color Cylindrical-coordinate representation of color #423B9D: hue angle of 244.29º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423B9D is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6659157-
CMYK0.580.6200.38
HSL244.29º45.37%42.35%-
HSV(B)244.29º62.42%61.57%-
XYZ9.96.7232.67-
YUV72.26175.82123.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=23.40%
G=20.92%
B=55.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66591570.580.6200.38244.2945.3742.35
Hex423B9D3A3E026f42d2a
Octal1027323572760463645552
Binary100001011101110011101111010111110010011011110100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,59,157); }

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

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

 a { background-color: rgb(66,59,157); }

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

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

 span { border-color: rgb(66,59,157); }

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