#252E4B

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

Shades of Bunting #252E4B

Tints of Bunting #252E4B

Color information

#252E4B (or 0x252E4B) is unknown color: approx Bunting. HEX triplet: 25, 2E and 4B. RGB value is (37,46,75). Sum of RGB (Red+Green+Blue) = 37+46+75=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #252E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E4B is #DAD1B4. Grayscale: #2E2E2E. Windows color (decimal): -14340533 or 4927013. OLE color: 4927013.

HSL color Cylindrical-coordinate representation of color #252E4B: hue angle of 225.79º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252E4B is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374675-
CMYK0.510.3900.71
HSL225.79º33.93%21.96%-
HSV(B)225.79º50.67%29.41%-
XYZ3.012.867.05-
YUV46.61144.02121.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=23.42%
G=29.11%
B=47.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3746750.510.3900.71225.7933.9321.96
Hex252E4B3327047e22216
Octal4556113634701073424226
Binary1001011011101001011110011100111010001111110001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,46,75); }

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

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

 a { background-color: rgb(37,46,75); }

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

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

 span { border-color: rgb(37,46,75); }

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