#2F3676

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

Shades of Torea Bay #2F3676

Tints of Torea Bay #2F3676

Color information

#2F3676 (or 0x2F3676) is unknown color: approx Torea Bay. HEX triplet: 2F, 36 and 76. RGB value is (47,54,118). Sum of RGB (Red+Green+Blue) = 47+54+118=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3676 is #D0C989. Grayscale: #3A3A3A. Windows color (decimal): -13683082 or 7747119. OLE color: 7747119.

HSL color Cylindrical-coordinate representation of color #2F3676: hue angle of 234.08º 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 #2F3676 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4754118-
CMYK0.600.5400.54
HSL234.08º43.03%32.35%-
HSV(B)234.08º60.17%46.27%-
XYZ5.764.5517.71-
YUV59.2161.18119.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.46%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=21.46%
G=24.66%
B=53.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47541180.600.5400.54234.0843.0332.35
Hex2F36763C36036ea2b20
Octal576616674660663525340
Binary1011111101101110110111100110110011011011101010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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