#2B677B

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

Shades of Allports #2B677B

Tints of Allports #2B677B

Color information

#2B677B (or 0x2B677B) is unknown color: approx Allports. HEX triplet: 2B, 67 and 7B. RGB value is (43,103,123). Sum of RGB (Red+Green+Blue) = 43+103+123=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B677B is #D49884. Grayscale: #575757. Windows color (decimal): -13932677 or 8087339. OLE color: 8087339.

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

Color convert

RGB43103123-
CMYK0.650.1600.52
HSL195º48.19%32.55%-
HSV(B)195º65.04%48.24%-
XYZ9.4211.6420.49-
YUV87.34148.1296.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=15.99%
G=38.29%
B=45.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal431031230.650.1600.5219548.1932.55
Hex2B677B4110034c33021
Octal53147173101200643036041
Binary10101111001111111011100000110000011010011000011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,103,123); }

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

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

 a { background-color: rgb(43,103,123); }

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

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

 span { border-color: rgb(43,103,123); }

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