#272D87

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

Shades of Torea Bay #272D87

Tints of Torea Bay #272D87

Color information

#272D87 (or 0x272D87) is unknown color: approx Torea Bay. HEX triplet: 27, 2D and 87. RGB value is (39,45,135). Sum of RGB (Red+Green+Blue) = 39+45+135=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #272D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272D87 is #D8D278. Grayscale: #353535. Windows color (decimal): -14209657 or 8858919. OLE color: 8858919.

HSL color Cylindrical-coordinate representation of color #272D87: hue angle of 236.25º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #272D87 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3945135-
CMYK0.710.6700.47
HSL236.25º55.17%34.12%-
HSV(B)236.25º71.11%52.94%-
XYZ6.154.0623.38-
YUV53.47174.01117.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 135 (53.12% from 255) = 61.64%
R=17.81%
G=20.55%
B=61.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39451350.710.6700.47236.2555.1734.12
Hex272D87474302Fec3722
Octal47552071071030573546742
Binary1001111011011000011110001111000011010111111101100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,45,135); }

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

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

 a { background-color: rgb(39,45,135); }

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

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

 span { border-color: rgb(39,45,135); }

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