#253254

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

Shades of Bunting #253254

Tints of Bunting #253254

Color information

#253254 (or 0x253254) is unknown color: approx Bunting. HEX triplet: 25, 32 and 54. RGB value is (37,50,84). Sum of RGB (Red+Green+Blue) = 37+50+84=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #253254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253254 is #DACDAB. Grayscale: #313131. Windows color (decimal): -14339500 or 5517861. OLE color: 5517861.

HSL color Cylindrical-coordinate representation of color #253254: hue angle of 223.4º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253254 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB375084-
CMYK0.560.4000.67
HSL223.4º38.84%23.73%-
HSV(B)223.4º55.95%32.94%-
XYZ3.53.318.84-
YUV49.99147.19118.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=21.64%
G=29.24%
B=49.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3750840.560.4000.67223.438.8423.73
Hex2532543828043df2718
Octal4562124705001033374730
Binary1001011100101010100111000101000010000111101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253254; }

 p { color: rgb(37,50,84); }

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

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

 a { background-color: rgb(37,50,84); }

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

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

 span { border-color: rgb(37,50,84); }

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