#273172

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

Shades of Torea Bay #273172

Tints of Torea Bay #273172

Color information

#273172 (or 0x273172) is unknown color: approx Torea Bay. HEX triplet: 27, 31 and 72. RGB value is (39,49,114). Sum of RGB (Red+Green+Blue) = 39+49+114=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #273172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273172 is #D8CE8D. Grayscale: #353535. Windows color (decimal): -14208654 or 7483687. OLE color: 7483687.

HSL color Cylindrical-coordinate representation of color #273172: hue angle of 232º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #273172 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3949114-
CMYK0.660.5700.55
HSL232º49.02%30%-
HSV(B)232º65.79%44.71%-
XYZ4.973.8416.4-
YUV53.42162.19117.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=19.31%
G=24.26%
B=56.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39491140.660.5700.5523249.0230
Hex2731724239037e8311e
Octal4761162102710673506136
Binary1001111100011110010100001011100101101111110100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273172; }

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

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

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

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

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

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

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

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