#252F4E

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

Shades of Bunting #252F4E

Tints of Bunting #252F4E

Color information

#252F4E (or 0x252F4E) is unknown color: approx Bunting. HEX triplet: 25, 2F and 4E. RGB value is (37,47,78). Sum of RGB (Red+Green+Blue) = 37+47+78=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #252F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F4E is #DAD0B1. Grayscale: #2F2F2F. Windows color (decimal): -14340274 or 5123877. OLE color: 5123877.

HSL color Cylindrical-coordinate representation of color #252F4E: hue angle of 225.37º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #252F4E is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB374778-
CMYK0.530.4000.69
HSL225.37º35.65%22.55%-
HSV(B)225.37º52.56%30.59%-
XYZ3.152.987.62-
YUV47.54145.19120.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=22.84%
G=29.01%
B=48.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3747780.530.4000.69225.3735.6522.55
Hex252F4E3528045e12417
Octal4557116655001053414427
Binary1001011011111001110110101101000010001011110000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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