#272D84

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

Shades of Torea Bay #272D84

Tints of Torea Bay #272D84

Color information

#272D84 (or 0x272D84) is unknown color: approx Torea Bay. HEX triplet: 27, 2D and 84. RGB value is (39,45,132). Sum of RGB (Red+Green+Blue) = 39+45+132=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #272D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272D84 is #D8D27B. Grayscale: #343434. Windows color (decimal): -14209660 or 8662311. OLE color: 8662311.

HSL color Cylindrical-coordinate representation of color #272D84: hue angle of 236.13º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #272D84 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3945132-
CMYK0.700.6600.48
HSL236.13º54.39%33.53%-
HSV(B)236.13º70.45%51.76%-
XYZ5.943.9722.28-
YUV53.12172.51117.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 132 (51.95% from 255) = 61.11%
R=18.06%
G=20.83%
B=61.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39451320.700.6600.48236.1354.3933.53
Hex272D844642030ec3622
Octal47552041061020603546642
Binary1001111011011000010010001101000010011000011101100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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