#253080

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

Shades of Torea Bay #253080

Tints of Torea Bay #253080

Color information

#253080 (or 0x253080) is unknown color: approx Torea Bay. HEX triplet: 25, 30 and 80. RGB value is (37,48,128). Sum of RGB (Red+Green+Blue) = 37+48+128=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #253080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253080 is #DACF7F. Grayscale: #353535. Windows color (decimal): -14339968 or 8400933. OLE color: 8400933.

HSL color Cylindrical-coordinate representation of color #253080: hue angle of 232.75º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #253080 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3748128-
CMYK0.710.6200.50
HSL232.75º55.15%32.35%-
HSV(B)232.75º71.09%50.2%-
XYZ5.724.0720.91-
YUV53.83169.86116-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 128 (50.39% from 255) = 60.09%
R=17.37%
G=22.54%
B=60.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37481280.710.6200.50232.7555.1532.35
Hex253080473E032e93720
Octal4560200107760623516740
Binary100101110000100000001000111111110011001011101001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253080; }

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

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

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

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

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

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

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

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