Html Css Color HEX #3770AF Lochmara

📋 copy color: '#3770AF'

red 55 ◦ green 112 ◦ blue 175

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

Shades of Lochmara #3770AF

Tints of Lochmara #3770AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 16.08%
G = 32.75%
B = 51.17%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3770AF (or 0x3770AF) is known color: Lochmara. HEX triplet: 37, 70 and AF. RGB value is (55,112,175). Sum of RGB (Red+Green+Blue) = 55+112+175=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #3770AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3770AF is #C88F50. Grayscale: #656565. Windows color (decimal): -13143889 or 11497527. OLE color: 11497527.

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

Color convert

RGB 55 112 175 -
CMYK 0.69 0.36 0 0.31
HSL 211.5º 0.52% 0.45% -
HSV(B) 211.5º 0.69% 0.69% -
XYZ 15.11 15.5 42.75 -
YUV 102.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 55 112 175 0.69 0.36 0 0.31 211.5 0.52 0.45
Hex 37 70 AF 45 24 0 1F D4 34 2D
Octal 67 160 257 105 44 0 37 324 64 55
Binary 110111 1110000 10101111 1000101 100100 0 11111 11010100 110100 101101

Color Harmonies of #3770AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3770AF

Black with #3770AF

Text Example


Text Example

White with #3770AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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