#272C7B

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

Shades of Torea Bay #272C7B

Tints of Torea Bay #272C7B

Color information

#272C7B (or 0x272C7B) is unknown color: approx Torea Bay. HEX triplet: 27, 2C and 7B. RGB value is (39,44,123). Sum of RGB (Red+Green+Blue) = 39+44+123=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #272C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C7B is #D8D384. Grayscale: #333333. Windows color (decimal): -14209925 or 8072231. OLE color: 8072231.

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

Color convert

RGB3944123-
CMYK0.680.6400.52
HSL236.43º51.85%31.76%-
HSV(B)236.43º68.29%48.24%-
XYZ5.313.6619.17-
YUV51.51168.34119.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 123 (48.44% from 255) = 59.71%
R=18.93%
G=21.36%
B=59.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39441230.680.6400.52236.4351.8531.76
Hex272C7B4440034ec3420
Octal47541731041000643546440
Binary100111101100111101110001001000000011010011101100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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