#252D40

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

Shades of Bunting #252D40

Tints of Bunting #252D40

Color information

#252D40 (or 0x252D40) is unknown color: approx Bunting. HEX triplet: 25, 2D and 40. RGB value is (37,45,64). Sum of RGB (Red+Green+Blue) = 37+45+64=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #252D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D40 is #DAD2BF. Grayscale: #2C2C2C. Windows color (decimal): -14340800 or 4205861. OLE color: 4205861.

HSL color Cylindrical-coordinate representation of color #252D40: hue angle of 222.22º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #252D40 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB374564-
CMYK0.420.3000.75
HSL222.22º26.73%19.8%-
HSV(B)222.22º42.19%25.1%-
XYZ2.632.645.22-
YUV44.77138.85122.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 45 (17.97% from 255) = 30.82%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=25.34%
G=30.82%
B=43.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3745640.420.3000.75222.2226.7319.8
Hex252D402A1E04Bde1b14
Octal4555100523601133363324
Binary10010110110110000001010101111001001011110111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252D40; }

 p { color: rgb(37,45,64); }

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

<style>
 a { background-color: #252D40; }

 a { background-color: rgb(37,45,64); }

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

<style>
 span { border-color: #252D40; }

 span { border-color: rgb(37,45,64); }

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