#253265

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

Shades of Bay Of Many #253265

Tints of Bay Of Many #253265

Color information

#253265 (or 0x253265) is unknown color: approx Bay Of Many. HEX triplet: 25, 32 and 65. RGB value is (37,50,101). Sum of RGB (Red+Green+Blue) = 37+50+101=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #253265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253265 is #DACD9A. Grayscale: #333333. Windows color (decimal): -14339483 or 6631973. OLE color: 6631973.

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

Color convert

RGB3750101-
CMYK0.630.5000.60
HSL227.81º46.38%27.06%-
HSV(B)227.81º63.37%39.61%-
XYZ4.253.6112.79-
YUV51.93155.69117.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=19.68%
G=26.60%
B=53.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37501010.630.5000.60227.8146.3827.06
Hex2532653F3203Ce42e1b
Octal456214577620743445633
Binary100101110010110010111111111001001111001110010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253265; }

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

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

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

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

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

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

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

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