#2F354D

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

Shades of Bunting #2F354D

Tints of Bunting #2F354D

Color information

#2F354D (or 0x2F354D) is unknown color: approx Bunting. HEX triplet: 2F, 35 and 4D. RGB value is (47,53,77). Sum of RGB (Red+Green+Blue) = 47+53+77=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F354D is #D0CAB2. Grayscale: #353535. Windows color (decimal): -13683379 or 5059887. OLE color: 5059887.

HSL color Cylindrical-coordinate representation of color #2F354D: hue angle of 228º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F354D is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB475377-
CMYK0.390.3100.70
HSL228º24.19%24.31%-
HSV(B)228º38.96%30.2%-
XYZ3.783.697.53-
YUV53.94141.01123.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.55%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=26.55%
G=29.94%
B=43.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4753770.390.3100.7022824.1924.31
Hex2F354D271F046e41818
Octal5765115473701063443030
Binary10111111010110011011001111111101000110111001001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,53,77); }

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

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

 a { background-color: rgb(47,53,77); }

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

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

 span { border-color: rgb(47,53,77); }

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