#2F3276

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

Shades of Torea Bay #2F3276

Tints of Torea Bay #2F3276

Color information

#2F3276 (or 0x2F3276) is unknown color: approx Torea Bay. HEX triplet: 2F, 32 and 76. RGB value is (47,50,118). Sum of RGB (Red+Green+Blue) = 47+50+118=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F3276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3276 is #D0CD89. Grayscale: #383838. Windows color (decimal): -13684106 or 7746095. OLE color: 7746095.

HSL color Cylindrical-coordinate representation of color #2F3276: hue angle of 237.46º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F3276 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4750118-
CMYK0.600.5800.54
HSL237.46º43.03%32.35%-
HSV(B)237.46º60.17%46.27%-
XYZ5.584.1917.65-
YUV56.86162.51120.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.86%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=21.86%
G=23.26%
B=54.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47501180.600.5800.54237.4643.0332.35
Hex2F32763C3A036ed2b20
Octal576216674720663555340
Binary1011111100101110110111100111010011011011101101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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