#2B364D

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

Shades of Bunting #2B364D

Tints of Bunting #2B364D

Color information

#2B364D (or 0x2B364D) is unknown color: approx Bunting. HEX triplet: 2B, 36 and 4D. RGB value is (43,54,77). Sum of RGB (Red+Green+Blue) = 43+54+77=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B364D is #D4C9B2. Grayscale: #353535. Windows color (decimal): -13945267 or 5060139. OLE color: 5060139.

HSL color Cylindrical-coordinate representation of color #2B364D: hue angle of 220.59º 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 #2B364D is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB435477-
CMYK0.440.3000.70
HSL220.59º28.33%23.53%-
HSV(B)220.59º44.16%30.2%-
XYZ3.653.697.54-
YUV53.33141.36120.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=24.71%
G=31.03%
B=44.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4354770.440.3000.70220.5928.3323.53
Hex2B364D2C1E046dd1c18
Octal5366115543601063353430
Binary10101111011010011011011001111001000110110111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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