#2F354E

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

Shades of Bunting #2F354E

Tints of Bunting #2F354E

Color information

#2F354E (or 0x2F354E) is unknown color: approx Bunting. HEX triplet: 2F, 35 and 4E. RGB value is (47,53,78). Sum of RGB (Red+Green+Blue) = 47+53+78=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F354E is #D0CAB1. Grayscale: #353535. Windows color (decimal): -13683378 or 5125423. OLE color: 5125423.

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

Color convert

RGB475378-
CMYK0.400.3200.69
HSL228.39º24.8%24.51%-
HSV(B)228.39º39.74%30.59%-
XYZ3.823.77.72-
YUV54.06141.51122.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.40%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=26.40%
G=29.78%
B=43.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4753780.400.3200.69228.3924.824.51
Hex2F354E2820045e41919
Octal5765116504001053443131
Binary101111110101100111010100010000001000101111001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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