#2D73B5

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

Shades of Lochmara #2D73B5

Tints of Lochmara #2D73B5

Color information

#2D73B5 (or 0x2D73B5) is unknown color: approx Lochmara. HEX triplet: 2D, 73 and B5. RGB value is (45,115,181). Sum of RGB (Red+Green+Blue) = 45+115+181=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #2D73B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D73B5 is #D28C4A. Grayscale: #656565. Windows color (decimal): -13798475 or 11891501. OLE color: 11891501.

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

Color convert

RGB45115181-
CMYK0.750.3600.29
HSL209.12º60.18%44.31%-
HSV(B)209.12º75.14%70.98%-
XYZ15.5516.1646.01-
YUV101.59172.8187.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.20%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 181 (71.09% from 255) = 53.08%
R=13.20%
G=33.72%
B=53.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451151810.750.3600.29209.1260.1844.31
Hex2D73B54B2401Dd13c2c
Octal55163265113440353217454
Binary101101111001110110101100101110010001110111010001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D73B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,115,181); }

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

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

 a { background-color: rgb(45,115,181); }

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

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

 span { border-color: rgb(45,115,181); }

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