#253365

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

Shades of Bay Of Many #253365

Tints of Bay Of Many #253365

Color information

#253365 (or 0x253365) is unknown color: approx Bay Of Many. HEX triplet: 25, 33 and 65. RGB value is (37,51,101). Sum of RGB (Red+Green+Blue) = 37+51+101=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #253365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253365 is #DACC9A. Grayscale: #343434. Windows color (decimal): -14339227 or 6632229. OLE color: 6632229.

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

Color convert

RGB3751101-
CMYK0.630.5000.60
HSL226.88º46.38%27.06%-
HSV(B)226.88º63.37%39.61%-
XYZ4.33.712.8-
YUV52.51155.36116.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 101 (39.84% from 255) = 53.44%
R=19.58%
G=26.98%
B=53.44%

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
Decimal37511010.630.5000.60226.8846.3827.06
Hex2533653F3203Ce32e1b
Octal456314577620743435633
Binary100101110011110010111111111001001111001110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253365; }

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

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

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

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

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

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

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

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