#2F596C

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

Shades of Blumine #2F596C

Tints of Blumine #2F596C

Color information

#2F596C (or 0x2F596C) is unknown color: approx Blumine. HEX triplet: 2F, 59 and 6C. RGB value is (47,89,108). Sum of RGB (Red+Green+Blue) = 47+89+108=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F596C is #D0A693. Grayscale: #4E4E4E. Windows color (decimal): -13674132 or 7100719. OLE color: 7100719.

HSL color Cylindrical-coordinate representation of color #2F596C: hue angle of 198.69º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F596C is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4789108-
CMYK0.560.1800.58
HSL198.69º39.35%30.39%-
HSV(B)198.69º56.48%42.35%-
XYZ7.458.8315.5-
YUV78.61144.59105.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=19.26%
G=36.48%
B=44.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47891080.560.1800.58198.6939.3530.39
Hex2F596C381203Ac7271e
Octal5713115470220723074736
Binary101111101100111011001110001001001110101100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F596C; }

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

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

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

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

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

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

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

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