#253349

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

Shades of Bunting #253349

Tints of Bunting #253349

Color information

#253349 (or 0x253349) is unknown color: approx Bunting. HEX triplet: 25, 33 and 49. RGB value is (37,51,73). Sum of RGB (Red+Green+Blue) = 37+51+73=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #253349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253349 is #DACCB6. Grayscale: #313131. Windows color (decimal): -14339255 or 4797221. OLE color: 4797221.

HSL color Cylindrical-coordinate representation of color #253349: hue angle of 216.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253349 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB375173-
CMYK0.490.3000.71
HSL216.67º32.73%21.57%-
HSV(B)216.67º49.32%28.63%-
XYZ3.153.246.76-
YUV49.32141.36119.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=22.98%
G=31.68%
B=45.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3751730.490.3000.71216.6732.7321.57
Hex253349311E047d92116
Octal4563111613601073314126
Binary100101110011100100111000111110010001111101100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253349; }

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

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

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

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

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

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

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

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