Html Css Color HEX #3977AB Lochmara

📋 copy color: '#3977AB'

red 57 ◦ green 119 ◦ blue 171

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

Shades of Lochmara #3977AB

Tints of Lochmara #3977AB

RGB

 RED value IS 57 (22.66% from 255) = 16.43%

 GREEN value IS 119 (46.88% from 255) = 34.29%

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

R = 16.43%
G = 34.29%
B = 49.28%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3977AB (or 0x3977AB) is known color: Lochmara. HEX triplet: 39, 77 and AB. RGB value is (57,119,171). Sum of RGB (Red+Green+Blue) = 57+119+171=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #3977AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3977AB is #C68854. Grayscale: #6A6A6A. Windows color (decimal): -13011029 or 11237177. OLE color: 11237177.

HSL color Cylindrical-coordinate representation of color #3977AB: hue angle of 207.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3977AB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 119 171 -
CMYK 0.67 0.30 0 0.33
HSL 207.37º 0.5% 0.45% -
HSV(B) 207.37º 0.67% 0.67% -
XYZ 15.63 17 40.99 -
YUV 106.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 57 119 171 0.67 0.30 0 0.33 207.37 0.5 0.45
Hex 39 77 AB 43 1E 0 21 CF 32 2D
Octal 71 167 253 103 36 0 41 317 62 55
Binary 111001 1110111 10101011 1000011 11110 0 100001 11001111 110010 101101

Color Harmonies of #3977AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3977AB

Black with #3977AB

Text Example


Text Example

White with #3977AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,119,171); }

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

background-color css

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

 a { background-color: rgb(57,119,171); }

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

border-color css

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

 span { border-color: rgb(57,119,171); }

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