#272A83

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

Shades of Torea Bay #272A83

Tints of Torea Bay #272A83

Color information

#272A83 (or 0x272A83) is unknown color: approx Torea Bay. HEX triplet: 27, 2A and 83. RGB value is (39,42,131). Sum of RGB (Red+Green+Blue) = 39+42+131=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #272A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272A83 is #D8D57C. Grayscale: #323232. Windows color (decimal): -14210429 or 8596007. OLE color: 8596007.

HSL color Cylindrical-coordinate representation of color #272A83: hue angle of 238.04º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #272A83 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3942131-
CMYK0.700.6800.49
HSL238.04º54.12%33.33%-
HSV(B)238.04º70.23%51.37%-
XYZ5.763.7321.89-
YUV51.25173.01119.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 131 (51.56% from 255) = 61.79%
R=18.40%
G=19.81%
B=61.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39421310.700.6800.49238.0454.1233.33
Hex272A834644031ee3621
Octal47522031061040613566641
Binary1001111010101000001110001101000100011000111101110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,42,131); }

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

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

 a { background-color: rgb(39,42,131); }

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

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

 span { border-color: rgb(39,42,131); }

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