#273285

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

Shades of Torea Bay #273285

Tints of Torea Bay #273285

Color information

#273285 (or 0x273285) is unknown color: approx Torea Bay. HEX triplet: 27, 32 and 85. RGB value is (39,50,133). Sum of RGB (Red+Green+Blue) = 39+50+133=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #273285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273285 is #D8CD7A. Grayscale: #373737. Windows color (decimal): -14208379 or 8729127. OLE color: 8729127.

HSL color Cylindrical-coordinate representation of color #273285: hue angle of 232.98º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #273285 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3950133-
CMYK0.710.6200.48
HSL232.98º54.65%33.73%-
HSV(B)232.98º70.68%52.16%-
XYZ6.214.4122.71-
YUV56.17171.36115.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 133 (52.34% from 255) = 59.91%
R=17.57%
G=22.52%
B=59.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39501330.710.6200.48232.9854.6533.73
Hex273285473E030e93722
Octal4762205107760603516742
Binary100111110010100001011000111111110011000011101001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273285; }

 p { color: rgb(39,50,133); }

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

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

 a { background-color: rgb(39,50,133); }

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

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

 span { border-color: rgb(39,50,133); }

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