#25318C

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

Shades of Torea Bay #25318C

Tints of Torea Bay #25318C

Color information

#25318C (or 0x25318C) is unknown color: approx Torea Bay. HEX triplet: 25, 31 and 8C. RGB value is (37,49,140). Sum of RGB (Red+Green+Blue) = 37+49+140=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #25318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25318C is #DACE73. Grayscale: #373737. Windows color (decimal): -14339700 or 9187621. OLE color: 9187621.

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

Color convert

RGB3749140-
CMYK0.740.6500.45
HSL233.01º58.19%34.71%-
HSV(B)233.01º73.57%54.9%-
XYZ6.594.4825.33-
YUV55.79175.52114.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 140 (55.08% from 255) = 61.95%
R=16.37%
G=21.68%
B=61.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37491400.740.6500.45233.0158.1934.71
Hex25318C4A4102De93a23
Octal45612141121010553517243
Binary1001011100011000110010010101000001010110111101001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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