#2F3672

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

Shades of Torea Bay #2F3672

Tints of Torea Bay #2F3672

Color information

#2F3672 (or 0x2F3672) is unknown color: approx Torea Bay. HEX triplet: 2F, 36 and 72. RGB value is (47,54,114). Sum of RGB (Red+Green+Blue) = 47+54+114=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3672 is #D0C98D. Grayscale: #3A3A3A. Windows color (decimal): -13683086 or 7484975. OLE color: 7484975.

HSL color Cylindrical-coordinate representation of color #2F3672: hue angle of 233.73º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F3672 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4754114-
CMYK0.590.5300.55
HSL233.73º41.61%31.57%-
HSV(B)233.73º58.77%44.71%-
XYZ5.534.4616.49-
YUV58.75159.18119.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.86%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=21.86%
G=25.12%
B=53.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47541140.590.5300.55233.7341.6131.57
Hex2F36723B35037ea2a20
Octal576616273650673525240
Binary1011111101101110010111011110101011011111101010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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