Html Css Color HEX #377AAA Lochmara

📋 copy color: '#377AAA'

red 55 ◦ green 122 ◦ blue 170

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

Shades of Lochmara #377AAA

Tints of Lochmara #377AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 15.85%
G = 35.16%
B = 48.99%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#377AAA (or 0x377AAA) is known color: Lochmara. HEX triplet: 37, 7A and AA. RGB value is (55,122,170). Sum of RGB (Red+Green+Blue) = 55+122+170=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #377AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AAA is #C88555. Grayscale: #6B6B6B. Windows color (decimal): -13141334 or 11172407. OLE color: 11172407.

HSL color Cylindrical-coordinate representation of color #377AAA: hue angle of 205.04º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377AAA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 122 170 -
CMYK 0.68 0.28 0 0.33
HSL 205.04º 0.51% 0.44% -
HSV(B) 205.04º 0.68% 0.67% -
XYZ 15.79 17.63 40.6 -
YUV 107.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 55 122 170 0.68 0.28 0 0.33 205.04 0.51 0.44
Hex 37 7A AA 44 1C 0 21 CD 33 2C
Octal 67 172 252 104 34 0 41 315 63 54
Binary 110111 1111010 10101010 1000100 11100 0 100001 11001101 110011 101100

Color Harmonies of #377AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377AAA

Black with #377AAA

Text Example


Text Example

White with #377AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377AAA; }

 p { color: rgb(55,122,170); }

 H1.HeaderClassName
 {
   color: #377AAA;
 }
 .AnyTagClassName
 {
   color: #377AAA;
 }
</style>

background-color css

<style>
 a { background-color: #377AAA; }

 a { background-color: rgb(55,122,170); }

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

border-color css

<style>
 span { border-color: #377AAA; }

 span { border-color: rgb(55,122,170); }

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