#253084

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

Shades of Torea Bay #253084

Tints of Torea Bay #253084

Color information

#253084 (or 0x253084) is unknown color: approx Torea Bay. HEX triplet: 25, 30 and 84. RGB value is (37,48,132). Sum of RGB (Red+Green+Blue) = 37+48+132=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #253084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253084 is #DACF7B. Grayscale: #353535. Windows color (decimal): -14339964 or 8663077. OLE color: 8663077.

HSL color Cylindrical-coordinate representation of color #253084: hue angle of 233.05º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253084 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3748132-
CMYK0.720.6400.48
HSL233.05º56.21%33.14%-
HSV(B)233.05º71.97%51.76%-
XYZ5.984.1722.32-
YUV54.29171.86115.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=17.05%
G=22.12%
B=60.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37481320.720.6400.48233.0556.2133.14
Hex2530844840030e93821
Octal45602041101000603517041
Binary1001011100001000010010010001000000011000011101001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253084; }

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

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

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

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

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

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

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

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