#2F3479

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

Shades of Torea Bay #2F3479

Tints of Torea Bay #2F3479

Color information

#2F3479 (or 0x2F3479) is unknown color: approx Torea Bay. HEX triplet: 2F, 34 and 79. RGB value is (47,52,121). Sum of RGB (Red+Green+Blue) = 47+52+121=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F3479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3479 is #D0CB86. Grayscale: #3A3A3A. Windows color (decimal): -13683591 or 7943215. OLE color: 7943215.

HSL color Cylindrical-coordinate representation of color #2F3479: hue angle of 235.95º 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 #2F3479 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4752121-
CMYK0.610.5700.53
HSL235.95º44.05%32.94%-
HSV(B)235.95º61.16%47.45%-
XYZ5.854.4418.64-
YUV58.37163.34119.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.36%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 121 (47.66% from 255) = 55%
R=21.36%
G=23.64%
B=55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47521210.610.5700.53235.9544.0532.94
Hex2F34793D39035ec2c21
Octal576417175710653545441
Binary1011111101001111001111101111001011010111101100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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