#252F4D

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

Shades of Bunting #252F4D

Tints of Bunting #252F4D

Color information

#252F4D (or 0x252F4D) is unknown color: approx Bunting. HEX triplet: 25, 2F and 4D. RGB value is (37,47,77). Sum of RGB (Red+Green+Blue) = 37+47+77=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #252F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F4D is #DAD0B2. Grayscale: #2F2F2F. Windows color (decimal): -14340275 or 5058341. OLE color: 5058341.

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

Color convert

RGB374777-
CMYK0.520.3900.70
HSL225º35.09%22.35%-
HSV(B)225º51.95%30.2%-
XYZ3.122.967.43-
YUV47.43144.69120.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=22.98%
G=29.19%
B=47.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3747770.520.3900.7022535.0922.35
Hex252F4D3427046e12316
Octal4557115644701063414326
Binary1001011011111001101110100100111010001101110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,77); }

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

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

 a { background-color: rgb(37,47,77); }

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

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

 span { border-color: rgb(37,47,77); }

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