#382599

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

Shades of Blue Gem #382599

Tints of Blue Gem #382599

Color information

#382599 (or 0x382599) is unknown color: approx Blue Gem. HEX triplet: 38, 25 and 99. RGB value is (56,37,153). Sum of RGB (Red+Green+Blue) = 56+37+153=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #382599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382599 is #C7DA66. Grayscale: #373737. Windows color (decimal): -13097575 or 10036536. OLE color: 10036536.

HSL color Cylindrical-coordinate representation of color #382599: hue angle of 249.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382599 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5637153-
CMYK0.630.7600.4
HSL249.83º61.05%37.25%-
HSV(B)249.83º75.82%60%-
XYZ8.044.4630.57-
YUV55.9182.79128.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=22.76%
G=15.04%
B=62.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56371530.630.7600.4249.8361.0537.25
Hex3825993F4C028fa3d25
Octal7045231771140503727545
Binary111000100101100110011111111001100010100011111010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382599; }

 p { color: rgb(56,37,153); }

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

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

 a { background-color: rgb(56,37,153); }

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

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

 span { border-color: rgb(56,37,153); }

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