#2F366F

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

Shades of Torea Bay #2F366F

Tints of Torea Bay #2F366F

Color information

#2F366F (or 0x2F366F) is unknown color: approx Torea Bay. HEX triplet: 2F, 36 and 6F. RGB value is (47,54,111). Sum of RGB (Red+Green+Blue) = 47+54+111=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F366F is #D0C990. Grayscale: #3A3A3A. Windows color (decimal): -13683089 or 7288367. OLE color: 7288367.

HSL color Cylindrical-coordinate representation of color #2F366F: hue angle of 233.44º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F366F is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4754111-
CMYK0.580.5100.56
HSL233.44º40.51%30.98%-
HSV(B)233.44º57.66%43.53%-
XYZ5.364.3915.6-
YUV58.4157.68119.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.17%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=22.17%
G=25.47%
B=52.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47541110.580.5100.56233.4440.5130.98
Hex2F366F3A33038e9291f
Octal576615772630703515137
Binary101111110110110111111101011001101110001110100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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