#253089

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

Shades of Torea Bay #253089

Tints of Torea Bay #253089

Color information

#253089 (or 0x253089) is unknown color: approx Torea Bay. HEX triplet: 25, 30 and 89. RGB value is (37,48,137). Sum of RGB (Red+Green+Blue) = 37+48+137=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #253089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253089 is #DACF76. Grayscale: #363636. Windows color (decimal): -14339959 or 8990757. OLE color: 8990757.

HSL color Cylindrical-coordinate representation of color #253089: hue angle of 233.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253089 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3748137-
CMYK0.730.6500.46
HSL233.4º57.47%34.12%-
HSV(B)233.4º72.99%53.73%-
XYZ6.344.3124.17-
YUV54.86174.36115.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 137 (53.91% from 255) = 61.71%
R=16.67%
G=21.62%
B=61.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37481370.730.6500.46233.457.4734.12
Hex253089494102Ee93922
Octal45602111111010563517142
Binary1001011100001000100110010011000001010111011101001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253089; }

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

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

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

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

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

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

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

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