#2D707F

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

Shades of Allports #2D707F

Tints of Allports #2D707F

Color information

#2D707F (or 0x2D707F) is unknown color: approx Allports. HEX triplet: 2D, 70 and 7F. RGB value is (45,112,127). Sum of RGB (Red+Green+Blue) = 45+112+127=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D707F is #D28F80. Grayscale: #5D5D5D. Windows color (decimal): -13799297 or 8351789. OLE color: 8351789.

HSL color Cylindrical-coordinate representation of color #2D707F: hue angle of 190.98º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D707F is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB45112127-
CMYK0.650.1200.50
HSL190.98º47.67%33.73%-
HSV(B)190.98º64.57%49.8%-
XYZ10.7113.6822.15-
YUV93.68146.893.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.85%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 127 (50% from 255) = 44.72%
R=15.85%
G=39.44%
B=44.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal451121270.650.1200.50190.9847.6733.73
Hex2D707F41C032bf3022
Octal55160177101140622776042
Binary1011011110000111111110000011100011001010111111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,112,127); }

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

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

 a { background-color: rgb(45,112,127); }

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

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

 span { border-color: rgb(45,112,127); }

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