#273189

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

Shades of Torea Bay #273189

Tints of Torea Bay #273189

Color information

#273189 (or 0x273189) is unknown color: approx Torea Bay. HEX triplet: 27, 31 and 89. RGB value is (39,49,137). Sum of RGB (Red+Green+Blue) = 39+49+137=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #273189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273189 is #D8CE76. Grayscale: #373737. Windows color (decimal): -14208631 or 8991015. OLE color: 8991015.

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

Color convert

RGB3949137-
CMYK0.720.6400.46
HSL233.88º55.68%34.51%-
HSV(B)233.88º71.53%53.73%-
XYZ6.454.4324.18-
YUV56.04173.69115.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 137 (53.91% from 255) = 60.89%
R=17.33%
G=21.78%
B=60.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39491370.720.6400.46233.8855.6834.51
Hex273189484002Eea3823
Octal47612111101000563527043
Binary1001111100011000100110010001000000010111011101010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273189; }

 p { color: rgb(39,49,137); }

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

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

 a { background-color: rgb(39,49,137); }

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

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

 span { border-color: rgb(39,49,137); }

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