#272A89

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

Shades of Torea Bay #272A89

Tints of Torea Bay #272A89

Color information

#272A89 (or 0x272A89) is unknown color: approx Torea Bay. HEX triplet: 27, 2A and 89. RGB value is (39,42,137). Sum of RGB (Red+Green+Blue) = 39+42+137=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #272A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272A89 is #D8D576. Grayscale: #333333. Windows color (decimal): -14210423 or 8989223. OLE color: 8989223.

HSL color Cylindrical-coordinate representation of color #272A89: hue angle of 238.16º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #272A89 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3942137-
CMYK0.720.6900.46
HSL238.16º55.68%34.51%-
HSV(B)238.16º71.53%53.73%-
XYZ6.183.8924.09-
YUV51.93176.01118.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=17.89%
G=19.27%
B=62.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39421370.720.6900.46238.1655.6834.51
Hex272A89484502Eee3823
Octal47522111101050563567043
Binary1001111010101000100110010001000101010111011101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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