#25308D

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

Shades of Torea Bay #25308D

Tints of Torea Bay #25308D

Color information

#25308D (or 0x25308D) is unknown color: approx Torea Bay. HEX triplet: 25, 30 and 8D. RGB value is (37,48,141). Sum of RGB (Red+Green+Blue) = 37+48+141=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #25308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25308D is #DACF72. Grayscale: #363636. Windows color (decimal): -14339955 or 9252901. OLE color: 9252901.

HSL color Cylindrical-coordinate representation of color #25308D: hue angle of 233.65º 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 #25308D is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3748141-
CMYK0.740.6600.45
HSL233.65º58.43%34.9%-
HSV(B)233.65º73.76%55.29%-
XYZ6.634.4325.71-
YUV55.31176.36114.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 141 (55.47% from 255) = 62.39%
R=16.37%
G=21.24%
B=62.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37481410.740.6600.45233.6558.4334.9
Hex25308D4A4202Dea3a23
Octal45602151121020553527243
Binary1001011100001000110110010101000010010110111101010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25308D; }

 p { color: rgb(37,48,141); }

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

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

 a { background-color: rgb(37,48,141); }

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

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

 span { border-color: rgb(37,48,141); }

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