#2F2F79

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

Shades of Torea Bay #2F2F79

Tints of Torea Bay #2F2F79

Color information

#2F2F79 (or 0x2F2F79) is unknown color: approx Torea Bay. HEX triplet: 2F, 2F and 79. RGB value is (47,47,121). Sum of RGB (Red+Green+Blue) = 47+47+121=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F2F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2F79 is #D0D086. Grayscale: #373737. Windows color (decimal): -13684871 or 7941935. OLE color: 7941935.

HSL color Cylindrical-coordinate representation of color #2F2F79: hue angle of 240º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F2F79 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4747121-
CMYK0.610.6100.53
HSL240º44.05%32.94%-
HSV(B)240º61.16%47.45%-
XYZ5.644.0218.57-
YUV55.44165121.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.86%
GREEN value IS 47 (18.75% from 255) = 21.86%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=21.86%
G=21.86%
B=56.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47471210.610.6100.5324044.0532.94
Hex2F2F793D3D035f02c21
Octal575717175750653605441
Binary1011111011111111001111101111101011010111110000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,47,121); }

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

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

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

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

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

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

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