#2F3884

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

Shades of Torea Bay #2F3884

Tints of Torea Bay #2F3884

Color information

#2F3884 (or 0x2F3884) is unknown color: approx Torea Bay. HEX triplet: 2F, 38 and 84. RGB value is (47,56,132). Sum of RGB (Red+Green+Blue) = 47+56+132=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F3884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3884 is #D0C77B. Grayscale: #3D3D3D. Windows color (decimal): -13682556 or 8665135. OLE color: 8665135.

HSL color Cylindrical-coordinate representation of color #2F3884: hue angle of 233.65º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F3884 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4756132-
CMYK0.640.5800.48
HSL233.65º47.49%35.1%-
HSV(B)233.65º64.39%51.76%-
XYZ6.755.122.46-
YUV61.97167.52117.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=20%
G=23.83%
B=56.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47561320.640.5800.48233.6547.4935.1
Hex2F3884403A030ea2f23
Octal5770204100720603525743
Binary101111111000100001001000000111010011000011101010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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