#272F7B

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

Shades of Torea Bay #272F7B

Tints of Torea Bay #272F7B

Color information

#272F7B (or 0x272F7B) is unknown color: approx Torea Bay. HEX triplet: 27, 2F and 7B. RGB value is (39,47,123). Sum of RGB (Red+Green+Blue) = 39+47+123=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #272F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F7B is #D8D084. Grayscale: #343434. Windows color (decimal): -14209157 or 8072999. OLE color: 8072999.

HSL color Cylindrical-coordinate representation of color #272F7B: hue angle of 234.29º 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 #272F7B is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3947123-
CMYK0.680.6200.52
HSL234.29º51.85%31.76%-
HSV(B)234.29º68.29%48.24%-
XYZ5.433.8919.2-
YUV53.27167.35117.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=18.66%
G=22.49%
B=58.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39471230.680.6200.52234.2951.8531.76
Hex272F7B443E034ea3420
Octal4757173104760643526440
Binary10011110111111110111000100111110011010011101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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