#2F5C63

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

Shades of Blumine #2F5C63

Tints of Blumine #2F5C63

Color information

#2F5C63 (or 0x2F5C63) is unknown color: approx Blumine. HEX triplet: 2F, 5C and 63. RGB value is (47,92,99). Sum of RGB (Red+Green+Blue) = 47+92+99=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F5C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5C63 is #D0A39C. Grayscale: #4F4F4F. Windows color (decimal): -13673373 or 6511663. OLE color: 6511663.

HSL color Cylindrical-coordinate representation of color #2F5C63: hue angle of 188.08º 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 #2F5C63 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB479299-
CMYK0.530.0700.61
HSL188.08º35.62%28.63%-
HSV(B)188.08º52.53%38.82%-
XYZ7.259.1613.19-
YUV79.34139.09104.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=19.75%
G=38.66%
B=41.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4792990.530.0700.61188.0835.6228.63
Hex2F5C6335703Dbc241d
Octal571341436570752744435
Binary1011111011100110001111010111101111011011110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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