#2B697B

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

Shades of Allports #2B697B

Tints of Allports #2B697B

Color information

#2B697B (or 0x2B697B) is unknown color: approx Allports. HEX triplet: 2B, 69 and 7B. RGB value is (43,105,123). Sum of RGB (Red+Green+Blue) = 43+105+123=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B697B is #D49684. Grayscale: #585858. Windows color (decimal): -13932165 or 8087851. OLE color: 8087851.

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

Color convert

RGB43105123-
CMYK0.650.1500.52
HSL193.5º48.19%32.55%-
HSV(B)193.5º65.04%48.24%-
XYZ9.6212.0520.56-
YUV88.51147.4695.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=15.87%
G=38.75%
B=45.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal431051230.650.1500.52193.548.1932.55
Hex2B697B41F034c23021
Octal53151173101170643026041
Binary1010111101001111101110000011111011010011000010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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