#2f5d70

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

Shades of Blumine #2F5D70

Tints of Blumine #2F5D70

Color information

#2F5D70 (or 0x2F5D70) is unknown color: approx Blumine. HEX triplet: 2F, 5D and 70. RGB value is (47,93,112). Sum of RGB (Red+Green+Blue) = 47+93+112=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F5D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D70 is #D0A28F. Grayscale: #515151. Windows color (decimal): -13673104 or 7363887. OLE color: 7363887.

HSL color Cylindrical-coordinate representation of color #2F5D70: hue angle of 197.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F5D70 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4793112-
CMYK0.580.1700.56
HSL197.54º40.88%31.18%-
HSV(B)197.54º58.04%43.92%-
XYZ8.019.616.76-
YUV81.41145.26103.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=18.65%
G=36.90%
B=44.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47931120.580.1700.56197.5440.8831.18
Hex2F5D703A11038c6291f
Octal5713516072210703065137
Binary101111101110111100001110101000101110001100011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f5d70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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