#25318E

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

Shades of Torea Bay #25318E

Tints of Torea Bay #25318E

Color information

#25318E (or 0x25318E) is unknown color: approx Torea Bay. HEX triplet: 25, 31 and 8E. RGB value is (37,49,142). Sum of RGB (Red+Green+Blue) = 37+49+142=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #25318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25318E is #DACE71. Grayscale: #373737. Windows color (decimal): -14339698 or 9318693. OLE color: 9318693.

HSL color Cylindrical-coordinate representation of color #25318E: hue angle of 233.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25318E is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3749142-
CMYK0.740.6500.44
HSL233.14º58.66%35.1%-
HSV(B)233.14º73.94%55.69%-
XYZ6.744.5426.11-
YUV56.01176.52114.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 142 (55.86% from 255) = 62.28%
R=16.23%
G=21.49%
B=62.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37491420.740.6500.44233.1458.6635.1
Hex25318E4A4102Ce93b23
Octal45612161121010543517343
Binary1001011100011000111010010101000001010110011101001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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