#272B89

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

Shades of Torea Bay #272B89

Tints of Torea Bay #272B89

Color information

#272B89 (or 0x272B89) is unknown color: approx Torea Bay. HEX triplet: 27, 2B and 89. RGB value is (39,43,137). Sum of RGB (Red+Green+Blue) = 39+43+137=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #272B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272B89 is #D8D476. Grayscale: #343434. Windows color (decimal): -14210167 or 8989479. OLE color: 8989479.

HSL color Cylindrical-coordinate representation of color #272B89: hue angle of 237.55º 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 #272B89 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3943137-
CMYK0.720.6900.46
HSL237.55º55.68%34.51%-
HSV(B)237.55º71.53%53.73%-
XYZ6.223.9724.1-
YUV52.52175.67118.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 137 (53.91% from 255) = 62.56%
R=17.81%
G=19.63%
B=62.56%

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
Decimal39431370.720.6900.46237.5555.6834.51
Hex272B89484502Eee3823
Octal47532111101050563567043
Binary1001111010111000100110010001000101010111011101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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