#2F6075

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

Shades of Blumine #2F6075

Tints of Blumine #2F6075

Color information

#2F6075 (or 0x2F6075) is unknown color: approx Blumine. HEX triplet: 2F, 60 and 75. RGB value is (47,96,117). Sum of RGB (Red+Green+Blue) = 47+96+117=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6075 is #D09F8A. Grayscale: #535353. Windows color (decimal): -13672331 or 7692335. OLE color: 7692335.

HSL color Cylindrical-coordinate representation of color #2F6075: hue angle of 198º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F6075 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4796117-
CMYK0.600.1800.54
HSL198º42.68%32.16%-
HSV(B)198º59.83%45.88%-
XYZ8.5710.2518.36-
YUV83.74146.77101.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.08%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 117 (46.09% from 255) = 45%
R=18.08%
G=36.92%
B=45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47961170.600.1800.5419842.6832.16
Hex2F60753C12036c62b20
Octal5714016574220663065340
Binary1011111100000111010111110010010011011011000110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,96,117); }

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

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

 a { background-color: rgb(47,96,117); }

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

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

 span { border-color: rgb(47,96,117); }

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