#25318B

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

Shades of Torea Bay #25318B

Tints of Torea Bay #25318B

Color information

#25318B (or 0x25318B) is unknown color: approx Torea Bay. HEX triplet: 25, 31 and 8B. RGB value is (37,49,139). Sum of RGB (Red+Green+Blue) = 37+49+139=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #25318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25318B is #DACE74. Grayscale: #373737. Windows color (decimal): -14339701 or 9122085. OLE color: 9122085.

HSL color Cylindrical-coordinate representation of color #25318B: hue angle of 232.94º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25318B is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3749139-
CMYK0.730.6500.45
HSL232.94º57.95%34.51%-
HSV(B)232.94º73.38%54.51%-
XYZ6.524.4524.94-
YUV55.67175.02114.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=16.44%
G=21.78%
B=61.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37491390.730.6500.45232.9457.9534.51
Hex25318B494102De93a23
Octal45612131111010553517243
Binary1001011100011000101110010011000001010110111101001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25318B; }

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

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

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

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

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

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

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

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