#272A7F

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

Shades of Torea Bay #272A7F

Tints of Torea Bay #272A7F

Color information

#272A7F (or 0x272A7F) is unknown color: approx Torea Bay. HEX triplet: 27, 2A and 7F. RGB value is (39,42,127). Sum of RGB (Red+Green+Blue) = 39+42+127=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #272A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A7F is #D8D580. Grayscale: #323232. Windows color (decimal): -14210433 or 8333863. OLE color: 8333863.

HSL color Cylindrical-coordinate representation of color #272A7F: hue angle of 237.95º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #272A7F is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3942127-
CMYK0.690.6700.50
HSL237.95º53.01%32.55%-
HSV(B)237.95º69.29%49.8%-
XYZ5.53.6220.49-
YUV50.79171.01119.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 42 (16.80% from 255) = 20.19%
BLUE value IS 127 (50% from 255) = 61.06%
R=18.75%
G=20.19%
B=61.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39421270.690.6700.50237.9553.0132.55
Hex272A7F4543032ee3521
Octal47521771051030623566541
Binary100111101010111111110001011000011011001011101110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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