#2F3472

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

Shades of Torea Bay #2F3472

Tints of Torea Bay #2F3472

Color information

#2F3472 (or 0x2F3472) is unknown color: approx Torea Bay. HEX triplet: 2F, 34 and 72. RGB value is (47,52,114). Sum of RGB (Red+Green+Blue) = 47+52+114=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F3472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3472 is #D0CB8D. Grayscale: #393939. Windows color (decimal): -13683598 or 7484463. OLE color: 7484463.

HSL color Cylindrical-coordinate representation of color #2F3472: hue angle of 235.52º 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 #2F3472 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4752114-
CMYK0.590.5400.55
HSL235.52º41.61%31.57%-
HSV(B)235.52º58.77%44.71%-
XYZ5.444.2816.46-
YUV57.57159.84120.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.07%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=22.07%
G=24.41%
B=53.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47521140.590.5400.55235.5241.6131.57
Hex2F34723B36037ec2a20
Octal576416273660673545240
Binary1011111101001110010111011110110011011111101100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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