#2D354B

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

Shades of Bunting #2D354B

Tints of Bunting #2D354B

Color information

#2D354B (or 0x2D354B) is unknown color: approx Bunting. HEX triplet: 2D, 35 and 4B. RGB value is (45,53,75). Sum of RGB (Red+Green+Blue) = 45+53+75=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D354B is #D2CAB4. Grayscale: #353535. Windows color (decimal): -13814453 or 4928813. OLE color: 4928813.

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

Color convert

RGB455375-
CMYK0.400.2900.71
HSL224º25%23.53%-
HSV(B)224º40%29.41%-
XYZ3.633.617.16-
YUV53.12140.35122.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.01%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=26.01%
G=30.64%
B=43.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4553750.400.2900.712242523.53
Hex2D354B281D047e01918
Octal5565113503501073403130
Binary10110111010110010111010001110101000111111000001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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