#2f5d78

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

Shades of Blumine #2F5D78

Tints of Blumine #2F5D78

Color information

#2F5D78 (or 0x2F5D78) is unknown color: approx Blumine. HEX triplet: 2F, 5D and 78. RGB value is (47,93,120). Sum of RGB (Red+Green+Blue) = 47+93+120=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F5D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D78 is #D0A287. Grayscale: #525252. Windows color (decimal): -13673096 or 7888175. OLE color: 7888175.

HSL color Cylindrical-coordinate representation of color #2F5D78: hue angle of 202.19º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F5D78 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4793120-
CMYK0.610.2200.53
HSL202.19º43.71%32.75%-
HSV(B)202.19º60.83%47.06%-
XYZ8.489.7919.21-
YUV82.32149.26102.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.08%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=18.08%
G=35.77%
B=46.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47931200.610.2200.53202.1943.7132.75
Hex2F5D783D16035ca2c21
Octal5713517075260653125441
Binary1011111011101111100011110110110011010111001010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f5d78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,93,120); }

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

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

 a { background-color: rgb(47,93,120); }

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

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

 span { border-color: rgb(47,93,120); }

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