#2F5F75

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

Shades of Blumine #2F5F75

Tints of Blumine #2F5F75

Color information

#2F5F75 (or 0x2F5F75) is unknown color: approx Blumine. HEX triplet: 2F, 5F and 75. RGB value is (47,95,117). Sum of RGB (Red+Green+Blue) = 47+95+117=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F5F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5F75 is #D0A08A. Grayscale: #535353. Windows color (decimal): -13672587 or 7692079. OLE color: 7692079.

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

Color convert

RGB4795117-
CMYK0.600.1900.54
HSL198.86º42.68%32.16%-
HSV(B)198.86º59.83%45.88%-
XYZ8.4810.0718.33-
YUV83.16147.1102.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=18.15%
G=36.68%
B=45.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47951170.600.1900.54198.8642.6832.16
Hex2F5F753C13036c72b20
Octal5713716574230663075340
Binary1011111011111111010111110010011011011011000111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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