#38596B

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

Shades of Blumine #38596B

Tints of Blumine #38596B

Color information

#38596B (or 0x38596B) is unknown color: approx Blumine. HEX triplet: 38, 59 and 6B. RGB value is (56,89,107). Sum of RGB (Red+Green+Blue) = 56+89+107=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #38596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38596B is #C7A694. Grayscale: #515151. Windows color (decimal): -13084309 or 7035192. OLE color: 7035192.

HSL color Cylindrical-coordinate representation of color #38596B: hue angle of 201.18º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38596B is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5689107-
CMYK0.480.1700.58
HSL201.18º31.29%31.96%-
HSV(B)201.18º47.66%41.96%-
XYZ7.869.0515.24-
YUV81.18142.57110.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=22.22%
G=35.32%
B=42.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56891070.480.1700.58201.1831.2931.96
Hex38596B301103Ac91f20
Octal7013115360210723113740
Binary111000101100111010111100001000101110101100100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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