#2F6E7B

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

Shades of Allports #2F6E7B

Tints of Allports #2F6E7B

Color information

#2F6E7B (or 0x2F6E7B) is unknown color: approx Allports. HEX triplet: 2F, 6E and 7B. RGB value is (47,110,123). Sum of RGB (Red+Green+Blue) = 47+110+123=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F6E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6E7B is #D09184. Grayscale: #5C5C5C. Windows color (decimal): -13668741 or 8089135. OLE color: 8089135.

HSL color Cylindrical-coordinate representation of color #2F6E7B: hue angle of 190.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F6E7B is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB47110123-
CMYK0.620.1100.52
HSL190.26º44.71%33.33%-
HSV(B)190.26º61.79%48.24%-
XYZ10.3213.1920.74-
YUV92.64145.1395.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.79%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=16.79%
G=39.29%
B=43.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal471101230.620.1100.52190.2644.7133.33
Hex2F6E7B3EB034be2d21
Octal5715617376130642765541
Binary101111110111011110111111101011011010010111110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,123); }

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

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

 a { background-color: rgb(47,110,123); }

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

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

 span { border-color: rgb(47,110,123); }

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