#2B667B

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

Shades of Allports #2B667B

Tints of Allports #2B667B

Color information

#2B667B (or 0x2B667B) is unknown color: approx Allports. HEX triplet: 2B, 66 and 7B. RGB value is (43,102,123). Sum of RGB (Red+Green+Blue) = 43+102+123=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B667B is #D49984. Grayscale: #565656. Windows color (decimal): -13932933 or 8087083. OLE color: 8087083.

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

Color convert

RGB43102123-
CMYK0.650.1700.52
HSL195.75º48.19%32.55%-
HSV(B)195.75º65.04%48.24%-
XYZ9.3211.4520.46-
YUV86.75148.4596.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=16.04%
G=38.06%
B=45.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal431021230.650.1700.52195.7548.1932.55
Hex2B667B4111034c43021
Octal53146173101210643046041
Binary10101111001101111011100000110001011010011000100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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