#2F5966

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

Shades of Blumine #2F5966

Tints of Blumine #2F5966

Color information

#2F5966 (or 0x2F5966) is unknown color: approx Blumine. HEX triplet: 2F, 59 and 66. RGB value is (47,89,102). Sum of RGB (Red+Green+Blue) = 47+89+102=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F5966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5966 is #D0A699. Grayscale: #4D4D4D. Windows color (decimal): -13674138 or 6707503. OLE color: 6707503.

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

Color convert

RGB4789102-
CMYK0.540.1300.6
HSL194.18º36.91%29.22%-
HSV(B)194.18º53.92%40%-
XYZ7.148.7113.87-
YUV77.92141.59105.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=19.75%
G=37.39%
B=42.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47891020.540.1300.6194.1836.9129.22
Hex2F596636D03Cc2251d
Octal5713114666150743024535
Binary10111110110011100110110110110101111001100001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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