Html Css Color HEX #377BAA Lochmara

📋 copy color: '#377BAA'

red 55 ◦ green 123 ◦ blue 170

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

Shades of Lochmara #377BAA

Tints of Lochmara #377BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

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

R = 15.8%
G = 35.34%
B = 48.85%

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

#377BAA (or 0x377BAA) is known color: Lochmara. HEX triplet: 37, 7B and AA. RGB value is (55,123,170). Sum of RGB (Red+Green+Blue) = 55+123+170=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #377BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377BAA is #C88455. Grayscale: #6B6B6B. Windows color (decimal): -13141078 or 11172663. OLE color: 11172663.

HSL color Cylindrical-coordinate representation of color #377BAA: hue angle of 204.52º 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 #377BAA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 123 170 -
CMYK 0.68 0.28 0 0.33
HSL 204.52º 0.51% 0.44% -
HSV(B) 204.52º 0.68% 0.67% -
XYZ 15.91 17.88 40.64 -
YUV 108.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 55 123 170 0.68 0.28 0 0.33 204.52 0.51 0.44
Hex 37 7B AA 44 1C 0 21 CD 33 2C
Octal 67 173 252 104 34 0 41 315 63 54
Binary 110111 1111011 10101010 1000100 11100 0 100001 11001101 110011 101100

Color Harmonies of #377BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377BAA

Black with #377BAA

Text Example


Text Example

White with #377BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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