#2F5E75

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

Shades of Blumine #2F5E75

Tints of Blumine #2F5E75

Color information

#2F5E75 (or 0x2F5E75) is unknown color: approx Blumine. HEX triplet: 2F, 5E and 75. RGB value is (47,94,117). Sum of RGB (Red+Green+Blue) = 47+94+117=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F5E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5E75 is #D0A18A. Grayscale: #525252. Windows color (decimal): -13672843 or 7691823. OLE color: 7691823.

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

Color convert

RGB4794117-
CMYK0.600.2000.54
HSL199.71º42.68%32.16%-
HSV(B)199.71º59.83%45.88%-
XYZ8.399.8918.3-
YUV82.57147.43102.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.22%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=18.22%
G=36.43%
B=45.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47941170.600.2000.54199.7142.6832.16
Hex2F5E753C14036c82b20
Octal5713616574240663105340
Binary1011111011110111010111110010100011011011001000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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