#2F5F66

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

Shades of Blumine #2F5F66

Tints of Blumine #2F5F66

Color information

#2F5F66 (or 0x2F5F66) is unknown color: approx Blumine. HEX triplet: 2F, 5F and 66. RGB value is (47,95,102). Sum of RGB (Red+Green+Blue) = 47+95+102=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F5F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5F66 is #D0A099. Grayscale: #515151. Windows color (decimal): -13672602 or 6709039. OLE color: 6709039.

HSL color Cylindrical-coordinate representation of color #2F5F66: hue angle of 187.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F5F66 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4795102-
CMYK0.540.0700.6
HSL187.64º36.91%29.22%-
HSV(B)187.64º53.92%40%-
XYZ7.669.7514.05-
YUV81.45139.6103.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=19.26%
G=38.93%
B=41.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47951020.540.0700.6187.6436.9129.22
Hex2F5F6636703Cbc251d
Octal571371466670742744535
Binary1011111011111110011011011011101111001011110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,95,102); }

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

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

 a { background-color: rgb(47,95,102); }

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

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

 span { border-color: rgb(47,95,102); }

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