#272B7C

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

Shades of Torea Bay #272B7C

Tints of Torea Bay #272B7C

Color information

#272B7C (or 0x272B7C) is unknown color: approx Torea Bay. HEX triplet: 27, 2B and 7C. RGB value is (39,43,124). Sum of RGB (Red+Green+Blue) = 39+43+124=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #272B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B7C is #D8D483. Grayscale: #323232. Windows color (decimal): -14210180 or 8137511. OLE color: 8137511.

HSL color Cylindrical-coordinate representation of color #272B7C: hue angle of 237.18º 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 #272B7C is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3943124-
CMYK0.690.6500.51
HSL237.18º52.15%31.96%-
HSV(B)237.18º68.55%48.63%-
XYZ5.343.6119.49-
YUV51.04169.17119.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=18.93%
G=20.87%
B=60.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39431240.690.6500.51237.1852.1531.96
Hex272B7C4541033ed3420
Octal47531741051010633556440
Binary100111101011111110010001011000001011001111101101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,43,124); }

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

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

 a { background-color: rgb(39,43,124); }

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

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

 span { border-color: rgb(39,43,124); }

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