#2F6369

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

Shades of Blumine #2F6369

Tints of Blumine #2F6369

Color information

#2F6369 (or 0x2F6369) is unknown color: approx Blumine. HEX triplet: 2F, 63 and 69. RGB value is (47,99,105). Sum of RGB (Red+Green+Blue) = 47+99+105=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F6369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6369 is #D09C96. Grayscale: #545454. Windows color (decimal): -13671575 or 6906671. OLE color: 6906671.

HSL color Cylindrical-coordinate representation of color #2F6369: hue angle of 186.21º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6369 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4799105-
CMYK0.550.0600.59
HSL186.21º38.16%29.8%-
HSV(B)186.21º55.24%41.18%-
XYZ8.1810.5514.97-
YUV84.14139.77101.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.73%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=18.73%
G=39.44%
B=41.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47991050.550.0600.59186.2138.1629.8
Hex2F636937603Bba261e
Octal571431516760732724636
Binary1011111100011110100111011111001110111011101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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