#2A687C

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

Shades of Allports #2A687C

Tints of Allports #2A687C

Color information

#2A687C (or 0x2A687C) is unknown color: approx Allports. HEX triplet: 2A, 68 and 7C. RGB value is (42,104,124). Sum of RGB (Red+Green+Blue) = 42+104+124=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A687C is #D59783. Grayscale: #575757. Windows color (decimal): -13997956 or 8153130. OLE color: 8153130.

HSL color Cylindrical-coordinate representation of color #2A687C: hue angle of 194.63º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A687C is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB42104124-
CMYK0.660.1600.51
HSL194.63º49.4%32.55%-
HSV(B)194.63º66.13%48.63%-
XYZ9.5411.8520.85-
YUV87.74148.4695.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=15.56%
G=38.52%
B=45.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal421041240.660.1600.51194.6349.432.55
Hex2A687C4210033c33121
Octal52150174102200633036141
Binary10101011010001111100100001010000011001111000011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,104,124); }

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

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

 a { background-color: rgb(42,104,124); }

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

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

 span { border-color: rgb(42,104,124); }

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