#42309F

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

Shades of Blue Gem #42309F

Tints of Blue Gem #42309F

Color information

#42309F (or 0x42309F) is unknown color: approx Blue Gem. HEX triplet: 42, 30 and 9F. RGB value is (66,48,159). Sum of RGB (Red+Green+Blue) = 66+48+159=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #42309F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42309F is #BDCF60. Grayscale: #414141. Windows color (decimal): -12439393 or 10432578. OLE color: 10432578.

HSL color Cylindrical-coordinate representation of color #42309F: hue angle of 249.73º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42309F is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6648159-
CMYK0.580.7000.38
HSL249.73º53.62%40.59%-
HSV(B)249.73º69.81%62.35%-
XYZ9.565.7833.41-
YUV66.04180.46127.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=24.18%
G=17.58%
B=58.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66481590.580.7000.38249.7353.6240.59
Hex42309F3A46026fa3629
Octal10260237721060463726651
Binary1000010110000100111111110101000110010011011111010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42309F; }

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

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

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

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

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

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

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

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