#253086

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

Shades of Torea Bay #253086

Tints of Torea Bay #253086

Color information

#253086 (or 0x253086) is unknown color: approx Torea Bay. HEX triplet: 25, 30 and 86. RGB value is (37,48,134). Sum of RGB (Red+Green+Blue) = 37+48+134=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #253086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253086 is #DACF79. Grayscale: #363636. Windows color (decimal): -14339962 or 8794149. OLE color: 8794149.

HSL color Cylindrical-coordinate representation of color #253086: hue angle of 233.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253086 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3748134-
CMYK0.720.6400.47
HSL233.2º56.73%33.53%-
HSV(B)233.2º72.39%52.55%-
XYZ6.124.2323.05-
YUV54.52172.86115.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=16.89%
G=21.92%
B=61.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37481340.720.6400.47233.256.7333.53
Hex253086484002Fe93922
Octal45602061101000573517142
Binary1001011100001000011010010001000000010111111101001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253086; }

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

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

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

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

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

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

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

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