#272F7D

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

Shades of Torea Bay #272F7D

Tints of Torea Bay #272F7D

Color information

#272F7D (or 0x272F7D) is unknown color: approx Torea Bay. HEX triplet: 27, 2F and 7D. RGB value is (39,47,125). Sum of RGB (Red+Green+Blue) = 39+47+125=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #272F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F7D is #D8D082. Grayscale: #353535. Windows color (decimal): -14209155 or 8204071. OLE color: 8204071.

HSL color Cylindrical-coordinate representation of color #272F7D: hue angle of 234.42º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #272F7D is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3947125-
CMYK0.690.6200.51
HSL234.42º52.44%32.16%-
HSV(B)234.42º68.8%49.02%-
XYZ5.553.9519.87-
YUV53.5168.35117.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 47 (18.75% from 255) = 22.27%
BLUE value IS 125 (49.22% from 255) = 59.24%
R=18.48%
G=22.27%
B=59.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39471250.690.6200.51234.4252.4432.16
Hex272F7D453E033ea3420
Octal4757175105760633526440
Binary10011110111111111011000101111110011001111101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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