#253452

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

Shades of Bunting #253452

Tints of Bunting #253452

Color information

#253452 (or 0x253452) is unknown color: approx Bunting. HEX triplet: 25, 34 and 52. RGB value is (37,52,82). Sum of RGB (Red+Green+Blue) = 37+52+82=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #253452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253452 is #DACBAD. Grayscale: #323232. Windows color (decimal): -14338990 or 5387301. OLE color: 5387301.

HSL color Cylindrical-coordinate representation of color #253452: hue angle of 220º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253452 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB375282-
CMYK0.550.3700.68
HSL220º37.82%23.33%-
HSV(B)220º54.88%32.16%-
XYZ3.513.468.46-
YUV50.93145.53118.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=21.64%
G=30.41%
B=47.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3752820.550.3700.6822037.8223.33
Hex2534523725044dc2617
Octal4564122674501043344627
Binary1001011101001010010110111100101010001001101110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253452; }

 p { color: rgb(37,52,82); }

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

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

 a { background-color: rgb(37,52,82); }

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

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

 span { border-color: rgb(37,52,82); }

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