#2F5B73

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

Shades of Blumine #2F5B73

Tints of Blumine #2F5B73

Color information

#2F5B73 (or 0x2F5B73) is unknown color: approx Blumine. HEX triplet: 2F, 5B and 73. RGB value is (47,91,115). Sum of RGB (Red+Green+Blue) = 47+91+115=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F5B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5B73 is #D0A48C. Grayscale: #505050. Windows color (decimal): -13673613 or 7559983. OLE color: 7559983.

HSL color Cylindrical-coordinate representation of color #2F5B73: hue angle of 201.18º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F5B73 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4791115-
CMYK0.590.2100.55
HSL201.18º41.98%31.76%-
HSV(B)201.18º59.13%45.1%-
XYZ8.019.3217.6-
YUV80.58147.42104.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=18.58%
G=35.97%
B=45.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47911150.590.2100.55201.1841.9831.76
Hex2F5B733B15037c92a20
Octal5713316373250673115240
Binary1011111011011111001111101110101011011111001001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,91,115); }

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

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

 a { background-color: rgb(47,91,115); }

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

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

 span { border-color: rgb(47,91,115); }

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