#2D68AF

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

Shades of Lochmara #2D68AF

Tints of Lochmara #2D68AF

Color information

#2D68AF (or 0x2D68AF) is unknown color: approx Lochmara. HEX triplet: 2D, 68 and AF. RGB value is (45,104,175). Sum of RGB (Red+Green+Blue) = 45+104+175=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D68AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D68AF is #D29750. Grayscale: #5E5E5E. Windows color (decimal): -13801297 or 11495469. OLE color: 11495469.

HSL color Cylindrical-coordinate representation of color #2D68AF: hue angle of 212.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D68AF is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB45104175-
CMYK0.740.4100.31
HSL212.77º59.09%43.14%-
HSV(B)212.77º74.29%68.63%-
XYZ13.7713.5542.45-
YUV94.45173.4592.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.89%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 175 (68.75% from 255) = 54.01%
R=13.89%
G=32.10%
B=54.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451041750.740.4100.31212.7759.0943.14
Hex2D68AF4A2901Fd53b2b
Octal55150257112510373257353
Binary101101110100010101111100101010100101111111010101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D68AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,104,175); }

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

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

 a { background-color: rgb(45,104,175); }

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

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

 span { border-color: rgb(45,104,175); }

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