#2D61A4

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

Shades of Lochmara #2D61A4

Tints of Lochmara #2D61A4

Color information

#2D61A4 (or 0x2D61A4) is unknown color: approx Lochmara. HEX triplet: 2D, 61 and A4. RGB value is (45,97,164). Sum of RGB (Red+Green+Blue) = 45+97+164=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D61A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D61A4 is #D29E5B. Grayscale: #585858. Windows color (decimal): -13803100 or 10772781. OLE color: 10772781.

HSL color Cylindrical-coordinate representation of color #2D61A4: hue angle of 213.78º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D61A4 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4597164-
CMYK0.730.4100.36
HSL213.78º56.94%40.98%-
HSV(B)213.78º72.56%64.31%-
XYZ12.0611.7936.76-
YUV89.09170.2796.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.71%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 164 (64.45% from 255) = 53.59%
R=14.71%
G=31.70%
B=53.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45971640.730.4100.36213.7856.9440.98
Hex2D61A44929024d63929
Octal55141244111510443267151
Binary1011011100001101001001001001101001010010011010110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D61A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,97,164); }

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

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

 a { background-color: rgb(45,97,164); }

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

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

 span { border-color: rgb(45,97,164); }

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