#272C84

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

Shades of Torea Bay #272C84

Tints of Torea Bay #272C84

Color information

#272C84 (or 0x272C84) is unknown color: approx Torea Bay. HEX triplet: 27, 2C and 84. RGB value is (39,44,132). Sum of RGB (Red+Green+Blue) = 39+44+132=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #272C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272C84 is #D8D37B. Grayscale: #343434. Windows color (decimal): -14209916 or 8662055. OLE color: 8662055.

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

Color convert

RGB3944132-
CMYK0.700.6700.48
HSL236.77º54.39%33.53%-
HSV(B)236.77º70.45%51.76%-
XYZ5.93.922.27-
YUV52.54172.84118.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 132 (51.95% from 255) = 61.40%
R=18.14%
G=20.47%
B=61.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39441320.700.6700.48236.7754.3933.53
Hex272C844643030ed3622
Octal47542041061030603556642
Binary1001111011001000010010001101000011011000011101101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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