#2F5E66

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

Shades of Blumine #2F5E66

Tints of Blumine #2F5E66

Color information

#2F5E66 (or 0x2F5E66) is unknown color: approx Blumine. HEX triplet: 2F, 5E and 66. RGB value is (47,94,102). Sum of RGB (Red+Green+Blue) = 47+94+102=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F5E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5E66 is #D0A199. Grayscale: #505050. Windows color (decimal): -13672858 or 6708783. OLE color: 6708783.

HSL color Cylindrical-coordinate representation of color #2F5E66: hue angle of 188.73º 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 #2F5E66 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4794102-
CMYK0.540.0800.6
HSL188.73º36.91%29.22%-
HSV(B)188.73º53.92%40%-
XYZ7.579.5714.02-
YUV80.86139.93103.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=19.34%
G=38.68%
B=41.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47941020.540.0800.6188.7336.9129.22
Hex2F5E6636803Cbd251d
Octal5713614666100742754535
Binary10111110111101100110110110100001111001011110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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