#253550

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

Shades of Bunting #253550

Tints of Bunting #253550

Color information

#253550 (or 0x253550) is unknown color: approx Bunting. HEX triplet: 25, 35 and 50. RGB value is (37,53,80). Sum of RGB (Red+Green+Blue) = 37+53+80=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #253550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253550 is #DACAAF. Grayscale: #333333. Windows color (decimal): -14338736 or 5256485. OLE color: 5256485.

HSL color Cylindrical-coordinate representation of color #253550: hue angle of 217.67º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253550 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB375380-
CMYK0.540.3400.69
HSL217.67º36.75%22.94%-
HSV(B)217.67º53.75%31.37%-
XYZ3.483.528.08-
YUV51.29144.2117.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=21.76%
G=31.18%
B=47.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3753800.540.3400.69217.6736.7522.94
Hex2535503622045da2517
Octal4565120664201053324527
Binary1001011101011010000110110100010010001011101101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253550; }

 p { color: rgb(37,53,80); }

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

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

 a { background-color: rgb(37,53,80); }

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

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

 span { border-color: rgb(37,53,80); }

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