#253187

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

Shades of Torea Bay #253187

Tints of Torea Bay #253187

Color information

#253187 (or 0x253187) is unknown color: approx Torea Bay. HEX triplet: 25, 31 and 87. RGB value is (37,49,135). Sum of RGB (Red+Green+Blue) = 37+49+135=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #253187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253187 is #DACE78. Grayscale: #363636. Windows color (decimal): -14339705 or 8859941. OLE color: 8859941.

HSL color Cylindrical-coordinate representation of color #253187: hue angle of 232.65º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253187 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3749135-
CMYK0.730.6400.47
HSL232.65º56.98%33.73%-
HSV(B)232.65º72.59%52.94%-
XYZ6.234.3423.43-
YUV55.22173.02115.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 135 (53.12% from 255) = 61.09%
R=16.74%
G=22.17%
B=61.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37491350.730.6400.47232.6556.9833.73
Hex253187494002Fe93922
Octal45612071111000573517142
Binary1001011100011000011110010011000000010111111101001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253187; }

 p { color: rgb(37,49,135); }

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

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

 a { background-color: rgb(37,49,135); }

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

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

 span { border-color: rgb(37,49,135); }

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