#2F3986

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

Shades of Torea Bay #2F3986

Tints of Torea Bay #2F3986

Color information

#2F3986 (or 0x2F3986) is unknown color: approx Torea Bay. HEX triplet: 2F, 39 and 86. RGB value is (47,57,134). Sum of RGB (Red+Green+Blue) = 47+57+134=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F3986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3986 is #D0C679. Grayscale: #3E3E3E. Windows color (decimal): -13682298 or 8796463. OLE color: 8796463.

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

Color convert

RGB4757134-
CMYK0.650.5700.47
HSL233.1º48.07%35.49%-
HSV(B)233.1º64.93%52.55%-
XYZ6.945.2523.2-
YUV62.79168.19116.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 134 (52.73% from 255) = 56.30%
R=19.75%
G=23.95%
B=56.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47571340.650.5700.47233.148.0735.49
Hex2F3986413902Fe93023
Octal5771206101710573516043
Binary101111111001100001101000001111001010111111101001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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