#2B629D

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

Shades of Lochmara #2B629D

Tints of Lochmara #2B629D

Color information

#2B629D (or 0x2B629D) is unknown color: approx Lochmara. HEX triplet: 2B, 62 and 9D. RGB value is (43,98,157). Sum of RGB (Red+Green+Blue) = 43+98+157=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B629D is #D49D62. Grayscale: #575757. Windows color (decimal): -13933923 or 10314283. OLE color: 10314283.

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

Color convert

RGB4398157-
CMYK0.730.3800.38
HSL211.05º57%39.22%-
HSV(B)211.05º72.61%61.57%-
XYZ11.4511.6833.55-
YUV88.28166.7895.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=14.43%
G=32.89%
B=52.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43981570.730.3800.38211.055739.22
Hex2B629D4926026d33927
Octal53142235111460463237147
Binary1010111100010100111011001001100110010011011010011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,157); }

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

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

 a { background-color: rgb(43,98,157); }

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

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

 span { border-color: rgb(43,98,157); }

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