#2C74B4

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

Shades of Lochmara #2C74B4

Tints of Lochmara #2C74B4

Color information

#2C74B4 (or 0x2C74B4) is unknown color: approx Lochmara. HEX triplet: 2C, 74 and B4. RGB value is (44,116,180). Sum of RGB (Red+Green+Blue) = 44+116+180=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #2C74B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C74B4 is #D38B4B. Grayscale: #656565. Windows color (decimal): -13863756 or 11826220. OLE color: 11826220.

HSL color Cylindrical-coordinate representation of color #2C74B4: hue angle of 208.24º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C74B4 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB44116180-
CMYK0.760.3600.29
HSL208.24º60.71%43.92%-
HSV(B)208.24º75.56%70.59%-
XYZ15.5216.3245.51-
YUV101.77172.1586.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.94%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=12.94%
G=34.12%
B=52.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441161800.760.3600.29208.2460.7143.92
Hex2C74B44C2401Dd03d2c
Octal54164264114440353207554
Binary101100111010010110100100110010010001110111010000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,116,180); }

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

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

 a { background-color: rgb(44,116,180); }

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

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

 span { border-color: rgb(44,116,180); }

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