#253063

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

Shades of Bay Of Many #253063

Tints of Bay Of Many #253063

Color information

#253063 (or 0x253063) is unknown color: approx Bay Of Many. HEX triplet: 25, 30 and 63. RGB value is (37,48,99). Sum of RGB (Red+Green+Blue) = 37+48+99=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #253063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253063 is #DACF9C. Grayscale: #323232. Windows color (decimal): -14339997 or 6500389. OLE color: 6500389.

HSL color Cylindrical-coordinate representation of color #253063: hue angle of 229.35º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253063 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB374899-
CMYK0.630.5200.61
HSL229.35º45.59%26.67%-
HSV(B)229.35º62.63%38.82%-
XYZ4.073.4112.25-
YUV50.52155.36118.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=20.11%
G=26.09%
B=53.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3748990.630.5200.61229.3545.5926.67
Hex2530633F3403De52e1b
Octal456014377640753455633
Binary100101110000110001111111111010001111011110010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253063; }

 p { color: rgb(37,48,99); }

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

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

 a { background-color: rgb(37,48,99); }

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

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

 span { border-color: rgb(37,48,99); }

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