#2D629B

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

Shades of Lochmara #2D629B

Tints of Lochmara #2D629B

Color information

#2D629B (or 0x2D629B) is unknown color: approx Lochmara. HEX triplet: 2D, 62 and 9B. RGB value is (45,98,155). Sum of RGB (Red+Green+Blue) = 45+98+155=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D629B is #D29D64. Grayscale: #585858. Windows color (decimal): -13802853 or 10183213. OLE color: 10183213.

HSL color Cylindrical-coordinate representation of color #2D629B: hue angle of 211.09º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D629B is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4598155-
CMYK0.710.3700.39
HSL211.09º55%39.22%-
HSV(B)211.09º70.97%60.78%-
XYZ11.3711.6632.66-
YUV88.65165.4496.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.10%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=15.10%
G=32.89%
B=52.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal45981550.710.3700.39211.095539.22
Hex2D629B4725027d33727
Octal55142233107450473236747
Binary1011011100010100110111000111100101010011111010011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,98,155); }

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

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

 a { background-color: rgb(45,98,155); }

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

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

 span { border-color: rgb(45,98,155); }

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