Html Css Color HEX #2960AB Lochmara

📋 copy color: '#2960AB'

red 41 ◦ green 96 ◦ blue 171

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

Shades of Lochmara #2960AB

Tints of Lochmara #2960AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

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

R = 13.31%
G = 31.17%
B = 55.52%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2960AB (or 0x2960AB) is known color: Lochmara. HEX triplet: 29, 60 and AB. RGB value is (41,96,171). Sum of RGB (Red+Green+Blue) = 41+96+171=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #2960AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2960AB is #D69F54. Grayscale: #575757. Windows color (decimal): -14065493 or 11231273. OLE color: 11231273.

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

Color convert

RGB 41 96 171 -
CMYK 0.76 0.44 0 0.33
HSL 214.62º 0.61% 0.42% -
HSV(B) 214.62º 0.76% 0.67% -
XYZ 12.45 11.78 40.15 -
YUV 88.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 41 96 171 0.76 0.44 0 0.33 214.62 0.61 0.42
Hex 29 60 AB 4C 2C 0 21 D7 3D 2A
Octal 51 140 253 114 54 0 41 327 75 52
Binary 101001 1100000 10101011 1001100 101100 0 100001 11010111 111101 101010

Color Harmonies of #2960AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2960AB

Black with #2960AB

Text Example


Text Example

White with #2960AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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