#253263

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

Shades of Bay Of Many #253263

Tints of Bay Of Many #253263

Color information

#253263 (or 0x253263) is unknown color: approx Bay Of Many. HEX triplet: 25, 32 and 63. RGB value is (37,50,99). Sum of RGB (Red+Green+Blue) = 37+50+99=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #253263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253263 is #DACD9C. Grayscale: #333333. Windows color (decimal): -14339485 or 6500901. OLE color: 6500901.

HSL color Cylindrical-coordinate representation of color #253263: hue angle of 227.42º 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 #253263 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB375099-
CMYK0.630.4900.61
HSL227.42º45.59%26.67%-
HSV(B)227.42º62.63%38.82%-
XYZ4.163.5812.28-
YUV51.7154.69117.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=19.89%
G=26.88%
B=53.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3750990.630.4900.61227.4245.5926.67
Hex2532633F3103De32e1b
Octal456214377610753435633
Binary100101110010110001111111111000101111011110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253263; }

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

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

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

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

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

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

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

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