#38596C

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

Shades of Blumine #38596C

Tints of Blumine #38596C

Color information

#38596C (or 0x38596C) is unknown color: approx Blumine. HEX triplet: 38, 59 and 6C. RGB value is (56,89,108). Sum of RGB (Red+Green+Blue) = 56+89+108=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #38596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38596C is #C7A693. Grayscale: #515151. Windows color (decimal): -13084308 or 7100728. OLE color: 7100728.

HSL color Cylindrical-coordinate representation of color #38596C: hue angle of 201.92º degrees, saturation: 0.32, 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 #38596C is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5689108-
CMYK0.480.1800.58
HSL201.92º31.71%32.16%-
HSV(B)201.92º48.15%42.35%-
XYZ7.919.0715.52-
YUV81.3143.07109.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=22.13%
G=35.18%
B=42.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56891080.480.1800.58201.9231.7132.16
Hex38596C301203Aca2020
Octal7013115460220723124040
Binary1110001011001110110011000010010011101011001010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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