#272F84

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

Shades of Torea Bay #272F84

Tints of Torea Bay #272F84

Color information

#272F84 (or 0x272F84) is unknown color: approx Torea Bay. HEX triplet: 27, 2F and 84. RGB value is (39,47,132). Sum of RGB (Red+Green+Blue) = 39+47+132=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #272F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272F84 is #D8D07B. Grayscale: #353535. Windows color (decimal): -14209148 or 8662823. OLE color: 8662823.

HSL color Cylindrical-coordinate representation of color #272F84: hue angle of 234.84º 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 #272F84 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3947132-
CMYK0.700.6400.48
HSL234.84º54.39%33.53%-
HSV(B)234.84º70.45%51.76%-
XYZ6.024.1322.31-
YUV54.3171.85117.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 132 (51.95% from 255) = 60.55%
R=17.89%
G=21.56%
B=60.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39471320.700.6400.48234.8454.3933.53
Hex272F844640030eb3622
Octal47572041061000603536642
Binary1001111011111000010010001101000000011000011101011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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