#2B6C75

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

Shades of Allports #2B6C75

Tints of Allports #2B6C75

Color information

#2B6C75 (or 0x2B6C75) is unknown color: approx Allports. HEX triplet: 2B, 6C and 75. RGB value is (43,108,117). Sum of RGB (Red+Green+Blue) = 43+108+117=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B6C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6C75 is #D4938A. Grayscale: #595959. Windows color (decimal): -13931403 or 7695403. OLE color: 7695403.

HSL color Cylindrical-coordinate representation of color #2B6C75: hue angle of 187.3º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B6C75 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB43108117-
CMYK0.630.0800.54
HSL187.3º46.25%31.37%-
HSV(B)187.3º63.25%45.88%-
XYZ9.5712.5218.74-
YUV89.59143.4794.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 108 (42.58% from 255) = 40.30%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=16.04%
G=40.30%
B=43.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal431081170.630.0800.54187.346.2531.37
Hex2B6C753F8036bb2e1f
Octal5315416577100662735637
Binary10101111011001110101111111100001101101011101110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,108,117); }

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

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

 a { background-color: rgb(43,108,117); }

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

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

 span { border-color: rgb(43,108,117); }

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