Html Css Color HEX #3773AF Lochmara

📋 copy color: '#3773AF'

red 55 ◦ green 115 ◦ blue 175

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

Shades of Lochmara #3773AF

Tints of Lochmara #3773AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

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

R = 15.94%
G = 33.33%
B = 50.72%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3773AF (or 0x3773AF) is known color: Lochmara. HEX triplet: 37, 73 and AF. RGB value is (55,115,175). Sum of RGB (Red+Green+Blue) = 55+115+175=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #3773AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3773AF is #C88C50. Grayscale: #676767. Windows color (decimal): -13143121 or 11498295. OLE color: 11498295.

HSL color Cylindrical-coordinate representation of color #3773AF: hue angle of 210º 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 #3773AF is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 115 175 -
CMYK 0.69 0.34 0 0.31
HSL 210º 0.52% 0.45% -
HSV(B) 210º 0.69% 0.69% -
XYZ 15.44 16.17 42.86 -
YUV 103.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 55 115 175 0.69 0.34 0 0.31 210 0.52 0.45
Hex 37 73 AF 45 22 0 1F D2 34 2D
Octal 67 163 257 105 42 0 37 322 64 55
Binary 110111 1110011 10101111 1000101 100010 0 11111 11010010 110100 101101

Color Harmonies of #3773AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3773AF

Black with #3773AF

Text Example


Text Example

White with #3773AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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