#252F44

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

Shades of Bunting #252F44

Tints of Bunting #252F44

Color information

#252F44 (or 0x252F44) is unknown color: approx Bunting. HEX triplet: 25, 2F and 44. RGB value is (37,47,68). Sum of RGB (Red+Green+Blue) = 37+47+68=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #252F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F44 is #DAD0BB. Grayscale: #2E2E2E. Windows color (decimal): -14340284 or 4468517. OLE color: 4468517.

HSL color Cylindrical-coordinate representation of color #252F44: hue angle of 220.65º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #252F44 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB374768-
CMYK0.460.3100.73
HSL220.65º29.52%20.59%-
HSV(B)220.65º45.59%26.67%-
XYZ2.822.845.87-
YUV46.4140.19121.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 68 (26.95% from 255) = 44.74%
R=24.34%
G=30.92%
B=44.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3747680.460.3100.73220.6529.5220.59
Hex252F442E1F049dd1e15
Octal4557104563701113353625
Binary10010110111110001001011101111101001001110111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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