#2F5663

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

Shades of Blumine #2F5663

Tints of Blumine #2F5663

Color information

#2F5663 (or 0x2F5663) is unknown color: approx Blumine. HEX triplet: 2F, 56 and 63. RGB value is (47,86,99). Sum of RGB (Red+Green+Blue) = 47+86+99=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5663 is #D0A99C. Grayscale: #4B4B4B. Windows color (decimal): -13674909 or 6510127. OLE color: 6510127.

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

Color convert

RGB478699-
CMYK0.530.1300.61
HSL195º35.62%28.63%-
HSV(B)195º52.53%38.82%-
XYZ6.758.1613.02-
YUV75.82141.08107.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=20.26%
G=37.07%
B=42.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4786990.530.1300.6119535.6228.63
Hex2F566335D03Dc3241d
Octal5712614365150753034435
Binary10111110101101100011110101110101111011100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,86,99); }

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

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

 a { background-color: rgb(47,86,99); }

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

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

 span { border-color: rgb(47,86,99); }

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