#2F5765

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

Shades of Blumine #2F5765

Tints of Blumine #2F5765

Color information

#2F5765 (or 0x2F5765) is unknown color: approx Blumine. HEX triplet: 2F, 57 and 65. RGB value is (47,87,101). Sum of RGB (Red+Green+Blue) = 47+87+101=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F5765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5765 is #D0A89A. Grayscale: #4C4C4C. Windows color (decimal): -13674651 or 6641455. OLE color: 6641455.

HSL color Cylindrical-coordinate representation of color #2F5765: hue angle of 195.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F5765 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4787101-
CMYK0.530.1400.60
HSL195.56º36.49%29.02%-
HSV(B)195.56º53.47%39.61%-
XYZ6.938.3613.56-
YUV76.64141.75106.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=20%
G=37.02%
B=42.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal47871010.530.1400.60195.5636.4929.02
Hex2F576535E03Cc4241d
Octal5712714565160743044435
Binary10111110101111100101110101111001111001100010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,87,101); }

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

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

 a { background-color: rgb(47,87,101); }

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

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

 span { border-color: rgb(47,87,101); }

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