#423090

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

Shades of Blue Gem #423090

Tints of Blue Gem #423090

Color information

#423090 (or 0x423090) is unknown color: approx Blue Gem. HEX triplet: 42, 30 and 90. RGB value is (66,48,144). Sum of RGB (Red+Green+Blue) = 66+48+144=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #423090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423090 is #BDCF6F. Grayscale: #3F3F3F. Windows color (decimal): -12439408 or 9449538. OLE color: 9449538.

HSL color Cylindrical-coordinate representation of color #423090: hue angle of 251.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423090 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6648144-
CMYK0.540.6700.44
HSL251.25º50%37.65%-
HSV(B)251.25º66.67%56.47%-
XYZ8.345.2926.97-
YUV64.33172.96129.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 144 (56.64% from 255) = 55.81%
R=25.58%
G=18.60%
B=55.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66481440.540.6700.44251.255037.65
Hex423090364302Cfb3226
Octal10260220661030543736246
Binary1000010110000100100001101101000011010110011111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423090; }

 p { color: rgb(66,48,144); }

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

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

 a { background-color: rgb(66,48,144); }

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

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

 span { border-color: rgb(66,48,144); }

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