#272E76

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

Shades of Torea Bay #272E76

Tints of Torea Bay #272E76

Color information

#272E76 (or 0x272E76) is unknown color: approx Torea Bay. HEX triplet: 27, 2E and 76. RGB value is (39,46,118). Sum of RGB (Red+Green+Blue) = 39+46+118=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #272E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E76 is #D8D189. Grayscale: #333333. Windows color (decimal): -14209418 or 7745063. OLE color: 7745063.

HSL color Cylindrical-coordinate representation of color #272E76: hue angle of 234.68º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #272E76 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3946118-
CMYK0.670.6100.54
HSL234.68º50.32%30.78%-
HSV(B)234.68º66.95%46.27%-
XYZ5.083.6917.58-
YUV52.11165.18118.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=19.21%
G=22.66%
B=58.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39461180.670.6100.54234.6850.3230.78
Hex272E76433D036eb321f
Octal4756166103750663536237
Binary1001111011101110110100001111110101101101110101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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