#2F3B86

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

Shades of Torea Bay #2F3B86

Tints of Torea Bay #2F3B86

Color information

#2F3B86 (or 0x2F3B86) is unknown color: approx Torea Bay. HEX triplet: 2F, 3B and 86. RGB value is (47,59,134). Sum of RGB (Red+Green+Blue) = 47+59+134=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F3B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3B86 is #D0C479. Grayscale: #3F3F3F. Windows color (decimal): -13681786 or 8796975. OLE color: 8796975.

HSL color Cylindrical-coordinate representation of color #2F3B86: hue angle of 231.72º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3B86 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4759134-
CMYK0.650.5600.47
HSL231.72º48.07%35.49%-
HSV(B)231.72º64.93%52.55%-
XYZ7.045.4523.24-
YUV63.96167.52115.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.58%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=19.58%
G=24.58%
B=55.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47591340.650.5600.47231.7248.0735.49
Hex2F3B86413802Fe83023
Octal5773206101700573506043
Binary101111111011100001101000001111000010111111101000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,59,134); }

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

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

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

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

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

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

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