Html Css Color HEX #377BA4 Lochmara

📋 copy color: '#377BA4'

red 55 ◦ green 123 ◦ blue 164

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

Shades of Lochmara #377BA4

Tints of Lochmara #377BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.95%

R = 16.08%
G = 35.96%
B = 47.95%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#377BA4 (or 0x377BA4) is known color: Lochmara. HEX triplet: 37, 7B and A4. RGB value is (55,123,164). Sum of RGB (Red+Green+Blue) = 55+123+164=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #377BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377BA4 is #C8845B. Grayscale: #6B6B6B. Windows color (decimal): -13141084 or 10779447. OLE color: 10779447.

HSL color Cylindrical-coordinate representation of color #377BA4: hue angle of 202.57º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #377BA4 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 123 164 -
CMYK 0.66 0.25 0 0.36
HSL 202.57º 0.5% 0.43% -
HSV(B) 202.57º 0.66% 0.64% -
XYZ 15.36 17.66 37.72 -
YUV 107.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 55 123 164 0.66 0.25 0 0.36 202.57 0.5 0.43
Hex 37 7B A4 42 19 0 24 CB 32 2B
Octal 67 173 244 102 31 0 44 313 62 53
Binary 110111 1111011 10100100 1000010 11001 0 100100 11001011 110010 101011

Color Harmonies of #377BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377BA4

Black with #377BA4

Text Example


Text Example

White with #377BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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