#273175

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

Shades of Torea Bay #273175

Tints of Torea Bay #273175

Color information

#273175 (or 0x273175) is unknown color: approx Torea Bay. HEX triplet: 27, 31 and 75. RGB value is (39,49,117). Sum of RGB (Red+Green+Blue) = 39+49+117=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #273175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273175 is #D8CE8A. Grayscale: #353535. Windows color (decimal): -14208651 or 7680295. OLE color: 7680295.

HSL color Cylindrical-coordinate representation of color #273175: hue angle of 232.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273175 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3949117-
CMYK0.670.5800.54
HSL232.31º50%30.59%-
HSV(B)232.31º66.67%45.88%-
XYZ5.153.9117.31-
YUV53.76163.69117.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=19.02%
G=23.90%
B=57.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39491170.670.5800.54232.315030.59
Hex273175433A036e8321f
Octal4761165103720663506237
Binary1001111100011110101100001111101001101101110100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273175; }

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

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

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

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

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

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

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

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