#252F4F

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

Shades of Bunting #252F4F

Tints of Bunting #252F4F

Color information

#252F4F (or 0x252F4F) is unknown color: approx Bunting. HEX triplet: 25, 2F and 4F. RGB value is (37,47,79). Sum of RGB (Red+Green+Blue) = 37+47+79=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #252F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F4F is #DAD0B0. Grayscale: #2F2F2F. Windows color (decimal): -14340273 or 5189413. OLE color: 5189413.

HSL color Cylindrical-coordinate representation of color #252F4F: hue angle of 225.71º 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 #252F4F is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB374779-
CMYK0.530.4100.69
HSL225.71º36.21%22.75%-
HSV(B)225.71º53.16%30.98%-
XYZ3.192.997.81-
YUV47.66145.69120.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=22.70%
G=28.83%
B=48.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3747790.530.4100.69225.7136.2122.75
Hex252F4F3529045e22417
Octal4557117655101053424427
Binary1001011011111001111110101101001010001011110001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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