#2C7CAD

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

Shades of Lochmara #2C7CAD

Tints of Lochmara #2C7CAD

Color information

#2C7CAD (or 0x2C7CAD) is unknown color: approx Lochmara. HEX triplet: 2C, 7C and AD. RGB value is (44,124,173). Sum of RGB (Red+Green+Blue) = 44+124+173=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C7CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7CAD is #D38352. Grayscale: #696969. Windows color (decimal): -13861715 or 11369516. OLE color: 11369516.

HSL color Cylindrical-coordinate representation of color #2C7CAD: hue angle of 202.79º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C7CAD is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB44124173-
CMYK0.750.2800.32
HSL202.79º59.45%42.55%-
HSV(B)202.79º74.57%67.84%-
XYZ15.7917.9742.17-
YUV105.6716684.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.90%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=12.90%
G=36.36%
B=50.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal441241730.750.2800.32202.7959.4542.55
Hex2C7CAD4B1C020cb3b2b
Octal54174255113340403137353
Binary101100111110010101101100101111100010000011001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,124,173); }

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

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

 a { background-color: rgb(44,124,173); }

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

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

 span { border-color: rgb(44,124,173); }

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