#272F7A

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

Shades of Torea Bay #272F7A

Tints of Torea Bay #272F7A

Color information

#272F7A (or 0x272F7A) is unknown color: approx Torea Bay. HEX triplet: 27, 2F and 7A. RGB value is (39,47,122). Sum of RGB (Red+Green+Blue) = 39+47+122=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #272F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F7A is #D8D085. Grayscale: #343434. Windows color (decimal): -14209158 or 8007463. OLE color: 8007463.

HSL color Cylindrical-coordinate representation of color #272F7A: hue angle of 234.22º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #272F7A is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3947122-
CMYK0.680.6100.52
HSL234.22º51.55%31.57%-
HSV(B)234.22º68.03%47.84%-
XYZ5.373.8718.88-
YUV53.16166.85117.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=18.75%
G=22.60%
B=58.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39471220.680.6100.52234.2251.5531.57
Hex272F7A443D034ea3420
Octal4757172104750643526440
Binary10011110111111110101000100111101011010011101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,47,122); }

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

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

 a { background-color: rgb(39,47,122); }

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

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

 span { border-color: rgb(39,47,122); }

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