#2A6B77

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

Shades of Allports #2A6B77

Tints of Allports #2A6B77

Color information

#2A6B77 (or 0x2A6B77) is unknown color: approx Allports. HEX triplet: 2A, 6B and 77. RGB value is (42,107,119). Sum of RGB (Red+Green+Blue) = 42+107+119=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A6B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B77 is #D59488. Grayscale: #585858. Windows color (decimal): -13997193 or 7826218. OLE color: 7826218.

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

Color convert

RGB42107119-
CMYK0.650.1000.53
HSL189.35º47.83%31.57%-
HSV(B)189.35º64.71%46.67%-
XYZ9.5412.3419.33-
YUV88.93144.9794.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=15.67%
G=39.93%
B=44.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421071190.650.1000.53189.3547.8331.57
Hex2A6B7741A035bd3020
Octal52153167101120652756040
Binary1010101101011111011110000011010011010110111101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,107,119); }

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

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

 a { background-color: rgb(42,107,119); }

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

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

 span { border-color: rgb(42,107,119); }

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