#2A6679

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

Shades of Allports #2A6679

Tints of Allports #2A6679

Color information

#2A6679 (or 0x2A6679) is unknown color: approx Allports. HEX triplet: 2A, 66 and 79. RGB value is (42,102,121). Sum of RGB (Red+Green+Blue) = 42+102+121=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A6679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6679 is #D59986. Grayscale: #565656. Windows color (decimal): -13998471 or 7956010. OLE color: 7956010.

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

Color convert

RGB42102121-
CMYK0.650.1600.53
HSL194.43º48.47%31.96%-
HSV(B)194.43º65.29%47.45%-
XYZ9.1611.3819.8-
YUV86.23147.6296.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=15.85%
G=38.49%
B=45.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421021210.650.1600.53194.4348.4731.96
Hex2A66794110035c23020
Octal52146171101200653026040
Binary10101011001101111001100000110000011010111000010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,102,121); }

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

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

 a { background-color: rgb(42,102,121); }

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

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

 span { border-color: rgb(42,102,121); }

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