#2F347F

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

Shades of Torea Bay #2F347F

Tints of Torea Bay #2F347F

Color information

#2F347F (or 0x2F347F) is unknown color: approx Torea Bay. HEX triplet: 2F, 34 and 7F. RGB value is (47,52,127). Sum of RGB (Red+Green+Blue) = 47+52+127=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F347F is #D0CB80. Grayscale: #3A3A3A. Windows color (decimal): -13683585 or 8336431. OLE color: 8336431.

HSL color Cylindrical-coordinate representation of color #2F347F: hue angle of 236.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F347F is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4752127-
CMYK0.630.5900.50
HSL236.25º45.98%34.12%-
HSV(B)236.25º62.99%49.8%-
XYZ6.234.5920.64-
YUV59.06166.34119.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 127 (50% from 255) = 56.19%
R=20.80%
G=23.01%
B=56.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal47521270.630.5900.50236.2545.9834.12
Hex2F347F3F3B032ec2e22
Octal576417777730623545642
Binary1011111101001111111111111111011011001011101100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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