#2b62ad

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

Shades of Lochmara #2B62AD

Tints of Lochmara #2B62AD

Color information

#2B62AD (or 0x2B62AD) is unknown color: approx Lochmara. HEX triplet: 2B, 62 and AD. RGB value is (43,98,173). Sum of RGB (Red+Green+Blue) = 43+98+173=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B62AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B62AD is #D49D52. Grayscale: #595959. Windows color (decimal): -13933907 or 11362859. OLE color: 11362859.

HSL color Cylindrical-coordinate representation of color #2B62AD: hue angle of 214.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B62AD is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4398173-
CMYK0.750.4300.32
HSL214.62º60.19%42.35%-
HSV(B)214.62º75.14%67.84%-
XYZ12.9112.2741.22-
YUV90.1174.7894.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=13.69%
G=31.21%
B=55.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43981730.750.4300.32214.6260.1942.35
Hex2B62AD4B2B020d73c2a
Octal53142255113530403277452
Binary1010111100010101011011001011101011010000011010111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b62ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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