#42308D

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

Shades of Blue Gem #42308D

Tints of Blue Gem #42308D

Color information

#42308D (or 0x42308D) is unknown color: approx Blue Gem. HEX triplet: 42, 30 and 8D. RGB value is (66,48,141). Sum of RGB (Red+Green+Blue) = 66+48+141=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #42308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42308D is #BDCF72. Grayscale: #3F3F3F. Windows color (decimal): -12439411 or 9252930. OLE color: 9252930.

HSL color Cylindrical-coordinate representation of color #42308D: hue angle of 251.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42308D is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6648141-
CMYK0.530.6600.45
HSL251.61º49.21%37.06%-
HSV(B)251.61º65.96%55.29%-
XYZ8.115.225.77-
YUV63.98171.46129.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 141 (55.47% from 255) = 55.29%
R=25.88%
G=18.82%
B=55.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66481410.530.6600.45251.6149.2137.06
Hex42308D354202Dfc3125
Octal10260215651020553746145
Binary1000010110000100011011101011000010010110111111100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42308D; }

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

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

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

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

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

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

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

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