#252E4C

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

Shades of Bunting #252E4C

Tints of Bunting #252E4C

Color information

#252E4C (or 0x252E4C) is unknown color: approx Bunting. HEX triplet: 25, 2E and 4C. RGB value is (37,46,76). Sum of RGB (Red+Green+Blue) = 37+46+76=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #252E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E4C is #DAD1B3. Grayscale: #2E2E2E. Windows color (decimal): -14340532 or 4992549. OLE color: 4992549.

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

Color convert

RGB374676-
CMYK0.510.3900.70
HSL226.15º34.51%22.16%-
HSV(B)226.15º51.32%29.8%-
XYZ3.042.877.23-
YUV46.73144.52121.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=23.27%
G=28.93%
B=47.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3746760.510.3900.70226.1534.5122.16
Hex252E4C3327046e22316
Octal4556114634701063424326
Binary1001011011101001100110011100111010001101110001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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