Html Css Color HEX #377DA3 Lochmara

📋 copy color: '#377DA3'

red 55 ◦ green 125 ◦ blue 163

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

Shades of Lochmara #377DA3

Tints of Lochmara #377DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.52%

R = 16.03%
G = 36.44%
B = 47.52%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#377DA3 (or 0x377DA3) is known color: Lochmara. HEX triplet: 37, 7D and A3. RGB value is (55,125,163). Sum of RGB (Red+Green+Blue) = 55+125+163=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #377DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DA3 is #C8825C. Grayscale: #6C6C6C. Windows color (decimal): -13140573 or 10714423. OLE color: 10714423.

HSL color Cylindrical-coordinate representation of color #377DA3: hue angle of 201.11º 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 #377DA3 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 125 163 -
CMYK 0.66 0.23 0 0.36
HSL 201.11º 0.5% 0.43% -
HSV(B) 201.11º 0.66% 0.64% -
XYZ 15.52 18.12 37.33 -
YUV 108.4 158.81 89.91 -
System Red Green Blue C M Y K H S L
Decimal 55 125 163 0.66 0.23 0 0.36 201.11 0.5 0.43
Hex 37 7D A3 42 17 0 24 C9 32 2B
Octal 67 175 243 102 27 0 44 311 62 53
Binary 110111 1111101 10100011 1000010 10111 0 100100 11001001 110010 101011

Color Harmonies of #377DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DA3

Black with #377DA3

Text Example


Text Example

White with #377DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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