#2B6B75

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

Shades of Allports #2B6B75

Tints of Allports #2B6B75

Color information

#2B6B75 (or 0x2B6B75) is unknown color: approx Allports. HEX triplet: 2B, 6B and 75. RGB value is (43,107,117). Sum of RGB (Red+Green+Blue) = 43+107+117=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B6B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6B75 is #D4948A. Grayscale: #585858. Windows color (decimal): -13931659 or 7695147. OLE color: 7695147.

HSL color Cylindrical-coordinate representation of color #2B6B75: hue angle of 188.11º 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 #2B6B75 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB43107117-
CMYK0.630.0900.54
HSL188.11º46.25%31.37%-
HSV(B)188.11º63.25%45.88%-
XYZ9.4612.3118.71-
YUV89143.895.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=16.10%
G=40.07%
B=43.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal431071170.630.0900.54188.1146.2531.37
Hex2B6B753F9036bc2e1f
Octal5315316577110662745637
Binary10101111010111110101111111100101101101011110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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