#2B354D

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

Shades of Bunting #2B354D

Tints of Bunting #2B354D

Color information

#2B354D (or 0x2B354D) is unknown color: approx Bunting. HEX triplet: 2B, 35 and 4D. RGB value is (43,53,77). Sum of RGB (Red+Green+Blue) = 43+53+77=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B354D is #D4CAB2. Grayscale: #343434. Windows color (decimal): -13945523 or 5059883. OLE color: 5059883.

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

Color convert

RGB435377-
CMYK0.440.3100.70
HSL222.35º28.33%23.53%-
HSV(B)222.35º44.16%30.2%-
XYZ3.613.67.52-
YUV52.75141.69121.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=24.86%
G=30.64%
B=44.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4353770.440.3100.70222.3528.3323.53
Hex2B354D2C1F046de1c18
Octal5365115543701063363430
Binary10101111010110011011011001111101000110110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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