#253266

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

Shades of Bay Of Many #253266

Tints of Bay Of Many #253266

Color information

#253266 (or 0x253266) is unknown color: approx Bay Of Many. HEX triplet: 25, 32 and 66. RGB value is (37,50,102). Sum of RGB (Red+Green+Blue) = 37+50+102=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #253266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253266 is #DACD99. Grayscale: #333333. Windows color (decimal): -14339482 or 6697509. OLE color: 6697509.

HSL color Cylindrical-coordinate representation of color #253266: hue angle of 228º 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 #253266 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3750102-
CMYK0.640.5100.6
HSL228º46.76%27.25%-
HSV(B)228º63.73%40%-
XYZ4.33.6313.05-
YUV52.04156.19117.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=19.58%
G=26.46%
B=53.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37501020.640.5100.622846.7627.25
Hex253266403303Ce42f1b
Octal4562146100630743445733
Binary1001011100101100110100000011001101111001110010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253266; }

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

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

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

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

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

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

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

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