#273073

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

Shades of Torea Bay #273073

Tints of Torea Bay #273073

Color information

#273073 (or 0x273073) is unknown color: approx Torea Bay. HEX triplet: 27, 30 and 73. RGB value is (39,48,115). Sum of RGB (Red+Green+Blue) = 39+48+115=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #273073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273073 is #D8CF8C. Grayscale: #343434. Windows color (decimal): -14208909 or 7548967. OLE color: 7548967.

HSL color Cylindrical-coordinate representation of color #273073: hue angle of 232.89º 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 #273073 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3948115-
CMYK0.660.5800.55
HSL232.89º49.35%30.2%-
HSV(B)232.89º66.09%45.1%-
XYZ4.993.7816.69-
YUV52.95163.02118.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=19.31%
G=23.76%
B=56.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39481150.660.5800.55232.8949.3530.2
Hex273073423A037e9311e
Octal4760163102720673516136
Binary1001111100001110011100001011101001101111110100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273073; }

 p { color: rgb(39,48,115); }

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

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

 a { background-color: rgb(39,48,115); }

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

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

 span { border-color: rgb(39,48,115); }

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