#272B80

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

Shades of Torea Bay #272B80

Tints of Torea Bay #272B80

Color information

#272B80 (or 0x272B80) is unknown color: approx Torea Bay. HEX triplet: 27, 2B and 80. RGB value is (39,43,128). Sum of RGB (Red+Green+Blue) = 39+43+128=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #272B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272B80 is #D8D47F. Grayscale: #333333. Windows color (decimal): -14210176 or 8399655. OLE color: 8399655.

HSL color Cylindrical-coordinate representation of color #272B80: hue angle of 237.3º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #272B80 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3943128-
CMYK0.700.6600.50
HSL237.3º53.29%32.75%-
HSV(B)237.3º69.53%50.2%-
XYZ5.63.7220.84-
YUV51.49171.17119.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 128 (50.39% from 255) = 60.95%
R=18.57%
G=20.48%
B=60.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39431280.700.6600.50237.353.2932.75
Hex272B804642032ed3521
Octal47532001061020623556541
Binary1001111010111000000010001101000010011001011101101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272B80; }

 p { color: rgb(39,43,128); }

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

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

 a { background-color: rgb(39,43,128); }

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

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

 span { border-color: rgb(39,43,128); }

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