#253268

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

Shades of Bay Of Many #253268

Tints of Bay Of Many #253268

Color information

#253268 (or 0x253268) is unknown color: approx Bay Of Many. HEX triplet: 25, 32 and 68. RGB value is (37,50,104). Sum of RGB (Red+Green+Blue) = 37+50+104=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #253268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253268 is #DACD97. Grayscale: #343434. Windows color (decimal): -14339480 or 6828581. OLE color: 6828581.

HSL color Cylindrical-coordinate representation of color #253268: hue angle of 228.36º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253268 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3750104-
CMYK0.640.5200.59
HSL228.36º47.52%27.65%-
HSV(B)228.36º64.42%40.78%-
XYZ4.43.6713.57-
YUV52.27157.19117.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=19.37%
G=26.18%
B=54.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37501040.640.5200.59228.3647.5227.65
Hex253268403403Be4301c
Octal4562150100640733446034
Binary1001011100101101000100000011010001110111110010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253268; }

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

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

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

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

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

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

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

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