#272F8E

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

Shades of Torea Bay #272F8E

Tints of Torea Bay #272F8E

Color information

#272F8E (or 0x272F8E) is unknown color: approx Torea Bay. HEX triplet: 27, 2F and 8E. RGB value is (39,47,142). Sum of RGB (Red+Green+Blue) = 39+47+142=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #272F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272F8E is #D8D071. Grayscale: #373737. Windows color (decimal): -14209138 or 9318183. OLE color: 9318183.

HSL color Cylindrical-coordinate representation of color #272F8E: hue angle of 235.34º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272F8E is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3947142-
CMYK0.730.6700.44
HSL235.34º56.91%35.49%-
HSV(B)235.34º72.54%55.69%-
XYZ6.744.4226.09-
YUV55.44176.85116.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 47 (18.75% from 255) = 20.61%
BLUE value IS 142 (55.86% from 255) = 62.28%
R=17.11%
G=20.61%
B=62.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39471420.730.6700.44235.3456.9135.49
Hex272F8E494302Ceb3923
Octal47572161111030543537143
Binary1001111011111000111010010011000011010110011101011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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