#2D6978

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

Shades of Allports #2D6978

Tints of Allports #2D6978

Color information

#2D6978 (or 0x2D6978) is unknown color: approx Allports. HEX triplet: 2D, 69 and 78. RGB value is (45,105,120). Sum of RGB (Red+Green+Blue) = 45+105+120=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D6978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6978 is #D29687. Grayscale: #585858. Windows color (decimal): -13801096 or 7891245. OLE color: 7891245.

HSL color Cylindrical-coordinate representation of color #2D6978: hue angle of 192º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D6978 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB45105120-
CMYK0.630.1300.53
HSL192º45.45%32.35%-
HSV(B)192º62.5%47.06%-
XYZ9.5212.0219.59-
YUV88.77145.6296.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.67%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=16.67%
G=38.89%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal451051200.630.1300.5319245.4532.35
Hex2D69783FD035c02d20
Octal5515117077150653005540
Binary101101110100111110001111111101011010111000000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,105,120); }

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

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

 a { background-color: rgb(45,105,120); }

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

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

 span { border-color: rgb(45,105,120); }

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