#2D344B

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

Shades of Bunting #2D344B

Tints of Bunting #2D344B

Color information

#2D344B (or 0x2D344B) is unknown color: approx Bunting. HEX triplet: 2D, 34 and 4B. RGB value is (45,52,75). Sum of RGB (Red+Green+Blue) = 45+52+75=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D344B is #D2CBB4. Grayscale: #343434. Windows color (decimal): -13814709 or 4928557. OLE color: 4928557.

HSL color Cylindrical-coordinate representation of color #2D344B: hue angle of 226º 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 #2D344B is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB455275-
CMYK0.400.3100.71
HSL226º25%23.53%-
HSV(B)226º40%29.41%-
XYZ3.583.527.15-
YUV52.53140.68122.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=26.16%
G=30.23%
B=43.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4552750.400.3100.712262523.53
Hex2D344B281F047e21918
Octal5564113503701073423130
Binary10110111010010010111010001111101000111111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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