#2D6397

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

Shades of Lochmara #2D6397

Tints of Lochmara #2D6397

Color information

#2D6397 (or 0x2D6397) is unknown color: approx Lochmara. HEX triplet: 2D, 63 and 97. RGB value is (45,99,151). Sum of RGB (Red+Green+Blue) = 45+99+151=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #2D6397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6397 is #D29C68. Grayscale: #585858. Windows color (decimal): -13802601 or 9921325. OLE color: 9921325.

HSL color Cylindrical-coordinate representation of color #2D6397: hue angle of 209.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D6397 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4599151-
CMYK0.700.3400.41
HSL209.43º54.08%38.43%-
HSV(B)209.43º70.2%59.22%-
XYZ11.1311.7230.95-
YUV88.78163.1196.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.25%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 151 (59.38% from 255) = 51.19%
R=15.25%
G=33.56%
B=51.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45991510.700.3400.41209.4354.0838.43
Hex2D63974622029d13626
Octal55143227106420513216646
Binary1011011100011100101111000110100010010100111010001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,99,151); }

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

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

 a { background-color: rgb(45,99,151); }

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

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

 span { border-color: rgb(45,99,151); }

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