#2F3878

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

Shades of Torea Bay #2F3878

Tints of Torea Bay #2F3878

Color information

#2F3878 (or 0x2F3878) is unknown color: approx Torea Bay. HEX triplet: 2F, 38 and 78. RGB value is (47,56,120). Sum of RGB (Red+Green+Blue) = 47+56+120=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F3878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3878 is #D0C787. Grayscale: #3C3C3C. Windows color (decimal): -13682568 or 7878703. OLE color: 7878703.

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

Color convert

RGB4756120-
CMYK0.610.5300.53
HSL232.6º43.71%32.75%-
HSV(B)232.6º60.83%47.06%-
XYZ5.984.7918.38-
YUV60.6161.52118.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=21.08%
G=25.11%
B=53.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47561200.610.5300.53232.643.7132.75
Hex2F38783D35035e92c21
Octal577017075650653515441
Binary1011111110001111000111101110101011010111101001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,56,120); }

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

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

 a { background-color: rgb(47,56,120); }

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

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

 span { border-color: rgb(47,56,120); }

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