#2F327C

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

Shades of Torea Bay #2F327C

Tints of Torea Bay #2F327C

Color information

#2F327C (or 0x2F327C) is unknown color: approx Torea Bay. HEX triplet: 2F, 32 and 7C. RGB value is (47,50,124). Sum of RGB (Red+Green+Blue) = 47+50+124=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F327C is #D0CD83. Grayscale: #393939. Windows color (decimal): -13684100 or 8139311. OLE color: 8139311.

HSL color Cylindrical-coordinate representation of color #2F327C: hue angle of 237.66º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F327C is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4750124-
CMYK0.620.6000.51
HSL237.66º45.03%33.53%-
HSV(B)237.66º62.1%48.63%-
XYZ5.954.3419.59-
YUV57.54165.51120.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.27%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=21.27%
G=22.62%
B=56.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47501240.620.6000.51237.6645.0333.53
Hex2F327C3E3C033ee2d22
Octal576217476740633565542
Binary1011111100101111100111110111100011001111101110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F327C; }

 p { color: rgb(47,50,124); }

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

<style>
 a { background-color: #2F327C; }

 a { background-color: rgb(47,50,124); }

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

<style>
 span { border-color: #2F327C; }

 span { border-color: rgb(47,50,124); }

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