Html Css Color HEX #2961AB Lochmara

📋 copy color: '#2961AB'

red 41 ◦ green 97 ◦ blue 171

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

Shades of Lochmara #2961AB

Tints of Lochmara #2961AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.39%

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 13.27%
G = 31.39%
B = 55.34%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2961AB (or 0x2961AB) is known color: Lochmara. HEX triplet: 29, 61 and AB. RGB value is (41,97,171). Sum of RGB (Red+Green+Blue) = 41+97+171=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #2961AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2961AB is #D69E54. Grayscale: #585858. Windows color (decimal): -14065237 or 11231529. OLE color: 11231529.

HSL color Cylindrical-coordinate representation of color #2961AB: hue angle of 214.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2961AB is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 97 171 -
CMYK 0.76 0.43 0 0.33
HSL 214.15º 0.61% 0.42% -
HSV(B) 214.15º 0.76% 0.67% -
XYZ 12.54 11.96 40.18 -
YUV 88.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 41 97 171 0.76 0.43 0 0.33 214.15 0.61 0.42
Hex 29 61 AB 4C 2B 0 21 D6 3D 2A
Octal 51 141 253 114 53 0 41 326 75 52
Binary 101001 1100001 10101011 1001100 101011 0 100001 11010110 111101 101010

Color Harmonies of #2961AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2961AB

Black with #2961AB

Text Example


Text Example

White with #2961AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2961AB; }

 p { color: rgb(41,97,171); }

 H1.HeaderClassName
 {
   color: #2961AB;
 }
 .AnyTagClassName
 {
   color: #2961AB;
 }
</style>

background-color css

<style>
 a { background-color: #2961AB; }

 a { background-color: rgb(41,97,171); }

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

border-color css

<style>
 span { border-color: #2961AB; }

 span { border-color: rgb(41,97,171); }

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