#2C707D

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

Shades of Allports #2C707D

Tints of Allports #2C707D

Color information

#2C707D (or 0x2C707D) is unknown color: approx Allports. HEX triplet: 2C, 70 and 7D. RGB value is (44,112,125). Sum of RGB (Red+Green+Blue) = 44+112+125=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C707D is #D38F82. Grayscale: #5D5D5D. Windows color (decimal): -13864835 or 8220716. OLE color: 8220716.

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

Color convert

RGB44112125-
CMYK0.650.1000.51
HSL189.63º47.93%33.14%-
HSV(B)189.63º64.8%49.02%-
XYZ10.5313.621.47-
YUV93.15145.9792.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.66%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=15.66%
G=39.86%
B=44.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal441121250.650.1000.51189.6347.9333.14
Hex2C707D41A033be3021
Octal54160175101120632766041
Binary1011001110000111110110000011010011001110111110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,112,125); }

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

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

 a { background-color: rgb(44,112,125); }

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

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

 span { border-color: rgb(44,112,125); }

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