#2F687B

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

Shades of Allports #2F687B

Tints of Allports #2F687B

Color information

#2F687B (or 0x2F687B) is unknown color: approx Allports. HEX triplet: 2F, 68 and 7B. RGB value is (47,104,123). Sum of RGB (Red+Green+Blue) = 47+104+123=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F687B is #D09784. Grayscale: #585858. Windows color (decimal): -13670277 or 8087599. OLE color: 8087599.

HSL color Cylindrical-coordinate representation of color #2F687B: hue angle of 195º 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 #2F687B is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB47104123-
CMYK0.620.1500.52
HSL195º44.71%33.33%-
HSV(B)195º61.79%48.24%-
XYZ9.711.9420.53-
YUV89.12147.1297.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.15%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=17.15%
G=37.96%
B=44.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal471041230.620.1500.5219544.7133.33
Hex2F687B3EF034c32d21
Octal5715017376170643035541
Binary101111110100011110111111101111011010011000011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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