#2F6571

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

Shades of Blumine #2F6571

Tints of Blumine #2F6571

Color information

#2F6571 (or 0x2F6571) is unknown color: approx Blumine. HEX triplet: 2F, 65 and 71. RGB value is (47,101,113). Sum of RGB (Red+Green+Blue) = 47+101+113=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F6571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6571 is #D09A8E. Grayscale: #565656. Windows color (decimal): -13671055 or 7431471. OLE color: 7431471.

HSL color Cylindrical-coordinate representation of color #2F6571: hue angle of 190.91º 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 #2F6571 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB47101113-
CMYK0.580.1100.56
HSL190.91º41.25%31.37%-
HSV(B)190.91º58.41%44.31%-
XYZ8.8111.117.3-
YUV86.22143.11100.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.01%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=18.01%
G=38.70%
B=43.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal471011130.580.1100.56190.9141.2531.37
Hex2F65713AB038bf291f
Octal5714516172130702775137
Binary10111111001011110001111010101101110001011111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,101,113); }

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

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

 a { background-color: rgb(47,101,113); }

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

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

 span { border-color: rgb(47,101,113); }

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