#272E84

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

Shades of Torea Bay #272E84

Tints of Torea Bay #272E84

Color information

#272E84 (or 0x272E84) is unknown color: approx Torea Bay. HEX triplet: 27, 2E and 84. RGB value is (39,46,132). Sum of RGB (Red+Green+Blue) = 39+46+132=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #272E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E84 is #D8D17B. Grayscale: #353535. Windows color (decimal): -14209404 or 8662567. OLE color: 8662567.

HSL color Cylindrical-coordinate representation of color #272E84: hue angle of 235.48º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #272E84 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3946132-
CMYK0.700.6500.48
HSL235.48º54.39%33.53%-
HSV(B)235.48º70.45%51.76%-
XYZ5.984.0522.3-
YUV53.71172.18117.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=17.97%
G=21.20%
B=60.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39461320.700.6500.48235.4854.3933.53
Hex272E844641030eb3622
Octal47562041061010603536642
Binary1001111011101000010010001101000001011000011101011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,46,132); }

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

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

 a { background-color: rgb(39,46,132); }

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

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

 span { border-color: rgb(39,46,132); }

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