#2F3677

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

Shades of Torea Bay #2F3677

Tints of Torea Bay #2F3677

Color information

#2F3677 (or 0x2F3677) is unknown color: approx Torea Bay. HEX triplet: 2F, 36 and 77. RGB value is (47,54,119). Sum of RGB (Red+Green+Blue) = 47+54+119=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F3677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3677 is #D0C988. Grayscale: #3B3B3B. Windows color (decimal): -13683081 or 7812655. OLE color: 7812655.

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

Color convert

RGB4754119-
CMYK0.610.5500.53
HSL234.17º43.37%32.55%-
HSV(B)234.17º60.5%46.67%-
XYZ5.824.5718.03-
YUV59.32161.68119.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.36%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=21.36%
G=24.55%
B=54.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47541190.610.5500.53234.1743.3732.55
Hex2F36773D37035ea2b21
Octal576616775670653525341
Binary1011111101101110111111101110111011010111101010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,54,119); }

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

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

 a { background-color: rgb(47,54,119); }

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

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

 span { border-color: rgb(47,54,119); }

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