Html Css Color HEX #2963AB Lochmara

📋 copy color: '#2963AB'

red 41 ◦ green 99 ◦ blue 171

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

Shades of Lochmara #2963AB

Tints of Lochmara #2963AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.83%

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

R = 13.18%
G = 31.83%
B = 54.98%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2963AB (or 0x2963AB) is known color: Lochmara. HEX triplet: 29, 63 and AB. RGB value is (41,99,171). Sum of RGB (Red+Green+Blue) = 41+99+171=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #2963AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2963AB is #D69C54. Grayscale: #595959. Windows color (decimal): -14064725 or 11232041. OLE color: 11232041.

HSL color Cylindrical-coordinate representation of color #2963AB: hue angle of 213.23º 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 #2963AB is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 99 171 -
CMYK 0.76 0.42 0 0.33
HSL 213.23º 0.61% 0.42% -
HSV(B) 213.23º 0.76% 0.67% -
XYZ 12.73 12.34 40.24 -
YUV 89.87 173.78 93.15 -
System Red Green Blue C M Y K H S L
Decimal 41 99 171 0.76 0.42 0 0.33 213.23 0.61 0.42
Hex 29 63 AB 4C 2A 0 21 D5 3D 2A
Octal 51 143 253 114 52 0 41 325 75 52
Binary 101001 1100011 10101011 1001100 101010 0 100001 11010101 111101 101010

Color Harmonies of #2963AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2963AB

Black with #2963AB

Text Example


Text Example

White with #2963AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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