#382596

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

Shades of Blue Gem #382596

Tints of Blue Gem #382596

Color information

#382596 (or 0x382596) is unknown color: approx Blue Gem. HEX triplet: 38, 25 and 96. RGB value is (56,37,150). Sum of RGB (Red+Green+Blue) = 56+37+150=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #382596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382596 is #C7DA69. Grayscale: #373737. Windows color (decimal): -13097578 or 9839928. OLE color: 9839928.

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

Color convert

RGB5637150-
CMYK0.630.7500.41
HSL250.09º60.43%36.67%-
HSV(B)250.09º75.33%58.82%-
XYZ7.84.3729.29-
YUV55.56181.29128.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 150 (58.98% from 255) = 61.73%
R=23.05%
G=15.23%
B=61.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56371500.630.7500.41250.0960.4336.67
Hex3825963F4B029fa3c25
Octal7045226771130513727445
Binary111000100101100101101111111001011010100111111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382596; }

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

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

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

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

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

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

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

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