Html Css Color HEX #377DA6 Lochmara

📋 copy color: '#377DA6'

red 55 ◦ green 125 ◦ blue 166

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

Shades of Lochmara #377DA6

Tints of Lochmara #377DA6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 166 (65.23% from 255) = 47.98%

R = 15.9%
G = 36.13%
B = 47.98%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#377DA6 (or 0x377DA6) is known color: Lochmara. HEX triplet: 37, 7D and A6. RGB value is (55,125,166). Sum of RGB (Red+Green+Blue) = 55+125+166=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #377DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DA6 is #C88259. Grayscale: #6C6C6C. Windows color (decimal): -13140570 or 10911031. OLE color: 10911031.

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

Color convert

RGB 55 125 166 -
CMYK 0.67 0.25 0 0.35
HSL 202.16º 0.5% 0.43% -
HSV(B) 202.16º 0.67% 0.65% -
XYZ 15.79 18.23 38.76 -
YUV 108.74 160.31 89.67 -
System Red Green Blue C M Y K H S L
Decimal 55 125 166 0.67 0.25 0 0.35 202.16 0.5 0.43
Hex 37 7D A6 43 19 0 23 CA 32 2B
Octal 67 175 246 103 31 0 43 312 62 53
Binary 110111 1111101 10100110 1000011 11001 0 100011 11001010 110010 101011

Color Harmonies of #377DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DA6

Black with #377DA6

Text Example


Text Example

White with #377DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,125,166); }

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

background-color css

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

 a { background-color: rgb(55,125,166); }

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

border-color css

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

 span { border-color: rgb(55,125,166); }

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