#272F73

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

Shades of Torea Bay #272F73

Tints of Torea Bay #272F73

Color information

#272F73 (or 0x272F73) is unknown color: approx Torea Bay. HEX triplet: 27, 2F and 73. RGB value is (39,47,115). Sum of RGB (Red+Green+Blue) = 39+47+115=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #272F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F73 is #D8D08C. Grayscale: #343434. Windows color (decimal): -14209165 or 7548711. OLE color: 7548711.

HSL color Cylindrical-coordinate representation of color #272F73: hue angle of 233.68º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #272F73 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3947115-
CMYK0.660.5900.55
HSL233.68º49.35%30.2%-
HSV(B)233.68º66.09%45.1%-
XYZ4.953.716.67-
YUV52.36163.35118.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 47 (18.75% from 255) = 23.38%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=19.40%
G=23.38%
B=57.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39471150.660.5900.55233.6849.3530.2
Hex272F73423B037ea311e
Octal4757163102730673526136
Binary1001111011111110011100001011101101101111110101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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