#253566

Color #253566 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #253566

Tints of Bay Of Many #253566

Color information

#253566 (or 0x253566) is unknown color: approx Bay Of Many. HEX triplet: 25, 35 and 66. RGB value is (37,53,102). Sum of RGB (Red+Green+Blue) = 37+53+102=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #253566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253566 is #DACA99. Grayscale: #353535. Windows color (decimal): -14338714 or 6698277. OLE color: 6698277.

HSL color Cylindrical-coordinate representation of color #253566: hue angle of 225.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253566 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3753102-
CMYK0.640.4800.6
HSL225.23º46.76%27.25%-
HSV(B)225.23º63.73%40%-
XYZ4.433.913.09-
YUV53.8155.2116.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=19.27%
G=27.60%
B=53.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37531020.640.4800.6225.2346.7627.25
Hex253566403003Ce12f1b
Octal4565146100600743415733
Binary1001011101011100110100000011000001111001110000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253566; }

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

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

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

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

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

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

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

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