#2F377F

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

Shades of Torea Bay #2F377F

Tints of Torea Bay #2F377F

Color information

#2F377F (or 0x2F377F) is unknown color: approx Torea Bay. HEX triplet: 2F, 37 and 7F. RGB value is (47,55,127). Sum of RGB (Red+Green+Blue) = 47+55+127=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F377F is #D0C880. Grayscale: #3C3C3C. Windows color (decimal): -13682817 or 8337199. OLE color: 8337199.

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

Color convert

RGB4755127-
CMYK0.630.5700.50
HSL234º45.98%34.12%-
HSV(B)234º62.99%49.8%-
XYZ6.374.8720.68-
YUV60.82165.35118.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 127 (50% from 255) = 55.46%
R=20.52%
G=24.02%
B=55.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal47551270.630.5700.5023445.9834.12
Hex2F377F3F39032ea2e22
Octal576717777710623525642
Binary1011111101111111111111111111001011001011101010101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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