Html Css Color HEX #2962AD Lochmara

📋 copy color: '#2962AD'

red 41 ◦ green 98 ◦ blue 173

#2962AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #2962AD

Tints of Lochmara #2962AD

RGB

 RED value IS 41 (16.41% from 255) = 13.14%

 GREEN value IS 98 (38.67% from 255) = 31.41%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 13.14%
G = 31.41%
B = 55.45%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2962AD (or 0x2962AD) is known color: Lochmara. HEX triplet: 29, 62 and AD. RGB value is (41,98,173). Sum of RGB (Red+Green+Blue) = 41+98+173=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #2962AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2962AD is #D69D52. Grayscale: #595959. Windows color (decimal): -14064979 or 11362857. OLE color: 11362857.

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

Color convert

RGB 41 98 173 -
CMYK 0.76 0.43 0 0.32
HSL 214.09º 0.62% 0.42% -
HSV(B) 214.09º 0.76% 0.68% -
XYZ 12.82 12.22 41.22 -
YUV 89.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 41 98 173 0.76 0.43 0 0.32 214.09 0.62 0.42
Hex 29 62 AD 4C 2B 0 20 D6 3E 2A
Octal 51 142 255 114 53 0 40 326 76 52
Binary 101001 1100010 10101101 1001100 101011 0 100000 11010110 111110 101010

Color Harmonies of #2962AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2962AD

Black with #2962AD

Text Example


Text Example

White with #2962AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2962AD; }

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

 H1.HeaderClassName
 {
   color: #2962AD;
 }
 .AnyTagClassName
 {
   color: #2962AD;
 }
</style>

background-color css

<style>
 a { background-color: #2962AD; }

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

 div.DivClassName
 {
   background-color: #2962AD;
 }
 .BgClassName
 {
   background-color: #2962AD;
 }
</style>

border-color css

<style>
 span { border-color: #2962AD; }

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

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