#2A666C

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

Shades of Allports #2A666C

Tints of Allports #2A666C

Color information

#2A666C (or 0x2A666C) is unknown color: approx Allports. HEX triplet: 2A, 66 and 6C. RGB value is (42,102,108). Sum of RGB (Red+Green+Blue) = 42+102+108=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A666C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A666C is #D59993. Grayscale: #545454. Windows color (decimal): -13998484 or 7104042. OLE color: 7104042.

HSL color Cylindrical-coordinate representation of color #2A666C: hue angle of 185.45º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A666C is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB42102108-
CMYK0.610.0600.58
HSL185.45º44%29.41%-
HSV(B)185.45º61.11%42.35%-
XYZ8.4111.0815.88-
YUV84.74141.1297.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=16.67%
G=40.48%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal421021080.610.0600.58185.454429.41
Hex2A666C3D603Ab92c1d
Octal521461547560722715435
Binary1010101100110110110011110111001110101011100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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