#253052

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

Shades of Bunting #253052

Tints of Bunting #253052

Color information

#253052 (or 0x253052) is unknown color: approx Bunting. HEX triplet: 25, 30 and 52. RGB value is (37,48,82). Sum of RGB (Red+Green+Blue) = 37+48+82=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #253052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253052 is #DACFAD. Grayscale: #303030. Windows color (decimal): -14340014 or 5386277. OLE color: 5386277.

HSL color Cylindrical-coordinate representation of color #253052: hue angle of 225.33º 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 #253052 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB374882-
CMYK0.550.4100.68
HSL225.33º37.82%23.33%-
HSV(B)225.33º54.88%32.16%-
XYZ3.343.128.41-
YUV48.59146.86119.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=22.16%
G=28.74%
B=49.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3748820.550.4100.68225.3337.8223.33
Hex2530523729044e12617
Octal4560122675101043414627
Binary1001011100001010010110111101001010001001110000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253052; }

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

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

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

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

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

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

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

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