#2D3553

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

Shades of Bunting #2D3553

Tints of Bunting #2D3553

Color information

#2D3553 (or 0x2D3553) is unknown color: approx Bunting. HEX triplet: 2D, 35 and 53. RGB value is (45,53,83). Sum of RGB (Red+Green+Blue) = 45+53+83=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D3553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3553 is #D2CAAC. Grayscale: #353535. Windows color (decimal): -13814445 or 5453101. OLE color: 5453101.

HSL color Cylindrical-coordinate representation of color #2D3553: hue angle of 227.37º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D3553 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB455383-
CMYK0.460.3600.67
HSL227.37º29.69%25.1%-
HSV(B)227.37º45.78%32.55%-
XYZ3.923.738.7-
YUV54.03144.35121.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.86%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=24.86%
G=29.28%
B=45.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4553830.460.3600.67227.3729.6925.1
Hex2D35532E24043e31e19
Octal5565123564401033433631
Binary101101110101101001110111010010001000011111000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,53,83); }

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

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

 a { background-color: rgb(45,53,83); }

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

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

 span { border-color: rgb(45,53,83); }

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