#2B667A

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

Shades of Allports #2B667A

Tints of Allports #2B667A

Color information

#2B667A (or 0x2B667A) is unknown color: approx Allports. HEX triplet: 2B, 66 and 7A. RGB value is (43,102,122). Sum of RGB (Red+Green+Blue) = 43+102+122=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B667A is #D49985. Grayscale: #565656. Windows color (decimal): -13932934 or 8021547. OLE color: 8021547.

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

Color convert

RGB43102122-
CMYK0.650.1600.52
HSL195.19º47.88%32.35%-
HSV(B)195.19º64.75%47.84%-
XYZ9.2611.4220.13-
YUV86.64147.9596.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=16.10%
G=38.20%
B=45.69%

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
Decimal431021220.650.1600.52195.1947.8832.35
Hex2B667A4110034c33020
Octal53146172101200643036040
Binary10101111001101111010100000110000011010011000011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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