Html Css Color HEX #3770AE Lochmara

📋 copy color: '#3770AE'

red 55 ◦ green 112 ◦ blue 174

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

Shades of Lochmara #3770AE

Tints of Lochmara #3770AE

RGB

 RED value IS 55 (21.88% from 255) = 16.13%

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 16.13%
G = 32.84%
B = 51.03%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3770AE (or 0x3770AE) is known color: Lochmara. HEX triplet: 37, 70 and AE. RGB value is (55,112,174). Sum of RGB (Red+Green+Blue) = 55+112+174=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #3770AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3770AE is #C88F51. Grayscale: #656565. Windows color (decimal): -13143890 or 11431991. OLE color: 11431991.

HSL color Cylindrical-coordinate representation of color #3770AE: hue angle of 211.26º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3770AE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 112 174 -
CMYK 0.68 0.36 0 0.32
HSL 211.26º 0.52% 0.45% -
HSV(B) 211.26º 0.68% 0.68% -
XYZ 15.01 15.46 42.24 -
YUV 102.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 55 112 174 0.68 0.36 0 0.32 211.26 0.52 0.45
Hex 37 70 AE 44 24 0 20 D3 34 2D
Octal 67 160 256 104 44 0 40 323 64 55
Binary 110111 1110000 10101110 1000100 100100 0 100000 11010011 110100 101101

Color Harmonies of #3770AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3770AE

Black with #3770AE

Text Example


Text Example

White with #3770AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3770AE; }

 p { color: rgb(55,112,174); }

 H1.HeaderClassName
 {
   color: #3770AE;
 }
 .AnyTagClassName
 {
   color: #3770AE;
 }
</style>

background-color css

<style>
 a { background-color: #3770AE; }

 a { background-color: rgb(55,112,174); }

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

border-color css

<style>
 span { border-color: #3770AE; }

 span { border-color: rgb(55,112,174); }

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