#38596E

Color #38596E Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #38596E

Tints of Blumine #38596E

Color information

#38596E (or 0x38596E) is unknown color: approx Blumine. HEX triplet: 38, 59 and 6E. RGB value is (56,89,110). Sum of RGB (Red+Green+Blue) = 56+89+110=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #38596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38596E is #C7A691. Grayscale: #515151. Windows color (decimal): -13084306 or 7231800. OLE color: 7231800.

HSL color Cylindrical-coordinate representation of color #38596E: hue angle of 203.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38596E is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5689110-
CMYK0.490.1900.57
HSL203.33º32.53%32.55%-
HSV(B)203.33º49.09%43.14%-
XYZ8.029.1116.09-
YUV81.53144.07109.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=21.96%
G=34.90%
B=43.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56891100.490.1900.57203.3332.5332.55
Hex38596E3113039cb2121
Octal7013115661230713134141
Binary1110001011001110111011000110011011100111001011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38596E; }

 p { color: rgb(56,89,110); }

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

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

 a { background-color: rgb(56,89,110); }

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

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

 span { border-color: rgb(56,89,110); }

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