Html Css Color HEX #3772AE Lochmara

📋 copy color: '#3772AE'

red 55 ◦ green 114 ◦ blue 174

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

Shades of Lochmara #3772AE

Tints of Lochmara #3772AE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

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

R = 16.03%
G = 33.24%
B = 50.73%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3772AE (or 0x3772AE) is known color: Lochmara. HEX triplet: 37, 72 and AE. RGB value is (55,114,174). Sum of RGB (Red+Green+Blue) = 55+114+174=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #3772AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3772AE is #C88D51. Grayscale: #666666. Windows color (decimal): -13143378 or 11432503. OLE color: 11432503.

HSL color Cylindrical-coordinate representation of color #3772AE: hue angle of 210.25º 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 #3772AE is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 114 174 -
CMYK 0.68 0.34 0 0.32
HSL 210.25º 0.52% 0.45% -
HSV(B) 210.25º 0.68% 0.68% -
XYZ 15.23 15.9 42.31 -
YUV 103.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 55 114 174 0.68 0.34 0 0.32 210.25 0.52 0.45
Hex 37 72 AE 44 22 0 20 D2 34 2D
Octal 67 162 256 104 42 0 40 322 64 55
Binary 110111 1110010 10101110 1000100 100010 0 100000 11010010 110100 101101

Color Harmonies of #3772AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3772AE

Black with #3772AE

Text Example


Text Example

White with #3772AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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