#273088

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

Shades of Torea Bay #273088

Tints of Torea Bay #273088

Color information

#273088 (or 0x273088) is unknown color: approx Torea Bay. HEX triplet: 27, 30 and 88. RGB value is (39,48,136). Sum of RGB (Red+Green+Blue) = 39+48+136=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #273088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273088 is #D8CF77. Grayscale: #363636. Windows color (decimal): -14208888 or 8925223. OLE color: 8925223.

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

Color convert

RGB3948136-
CMYK0.710.6500.47
HSL234.43º55.43%34.31%-
HSV(B)234.43º71.32%53.33%-
XYZ6.344.3223.79-
YUV55.34173.52116.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 136 (53.52% from 255) = 60.99%
R=17.49%
G=21.52%
B=60.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39481360.710.6500.47234.4355.4334.31
Hex273088474102Fea3722
Octal47602101071010573526742
Binary1001111100001000100010001111000001010111111101010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273088; }

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

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

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

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

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

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

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

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