#253350

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

Shades of Bunting #253350

Tints of Bunting #253350

Color information

#253350 (or 0x253350) is unknown color: approx Bunting. HEX triplet: 25, 33 and 50. RGB value is (37,51,80). Sum of RGB (Red+Green+Blue) = 37+51+80=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #253350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253350 is #DACCAF. Grayscale: #313131. Windows color (decimal): -14339248 or 5255973. OLE color: 5255973.

HSL color Cylindrical-coordinate representation of color #253350: hue angle of 220.47º 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 #253350 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB375180-
CMYK0.540.3600.69
HSL220.47º36.75%22.94%-
HSV(B)220.47º53.75%31.37%-
XYZ3.393.348.06-
YUV50.12144.86118.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=22.02%
G=30.36%
B=47.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3751800.540.3600.69220.4736.7522.94
Hex2533503624045dc2517
Octal4563120664401053344527
Binary1001011100111010000110110100100010001011101110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253350; }

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

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

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

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

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

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

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

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