#2F364F

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

Shades of Bunting #2F364F

Tints of Bunting #2F364F

Color information

#2F364F (or 0x2F364F) is unknown color: approx Bunting. HEX triplet: 2F, 36 and 4F. RGB value is (47,54,79). Sum of RGB (Red+Green+Blue) = 47+54+79=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F364F is #D0C9B0. Grayscale: #363636. Windows color (decimal): -13683121 or 5191215. OLE color: 5191215.

HSL color Cylindrical-coordinate representation of color #2F364F: hue angle of 226.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F364F is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB475479-
CMYK0.410.3200.69
HSL226.88º25.4%24.71%-
HSV(B)226.88º40.51%30.98%-
XYZ3.93.817.93-
YUV54.76141.68122.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.11%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=26.11%
G=30%
B=43.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4754790.410.3200.69226.8825.424.71
Hex2F364F2920045e31919
Octal5766117514001053433131
Binary101111110110100111110100110000001000101111000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,54,79); }

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

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

 a { background-color: rgb(47,54,79); }

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

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

 span { border-color: rgb(47,54,79); }

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