Html Css Color HEX #377699 Lochmara

📋 copy color: '#377699'

red 55 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #377699

Tints of Lochmara #377699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.2%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 16.87%
G = 36.2%
B = 46.93%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#377699 (or 0x377699) is known color: Lochmara. HEX triplet: 37, 76 and 99. RGB value is (55,118,153). Sum of RGB (Red+Green+Blue) = 55+118+153=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #377699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377699 is #C88966. Grayscale: #666666. Windows color (decimal): -13142375 or 10057271. OLE color: 10057271.

HSL color Cylindrical-coordinate representation of color #377699: hue angle of 201.43º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377699 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 118 153 -
CMYK 0.64 0.23 0 0.4
HSL 201.43º 0.47% 0.41% -
HSV(B) 201.43º 0.64% 0.6% -
XYZ 13.8 16.07 32.51 -
YUV 103.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 55 118 153 0.64 0.23 0 0.4 201.43 0.47 0.41
Hex 37 76 99 40 17 0 28 C9 2F 29
Octal 67 166 231 100 27 0 50 311 57 51
Binary 110111 1110110 10011001 1000000 10111 0 101000 11001001 101111 101001

Color Harmonies of #377699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377699

Black with #377699

Text Example


Text Example

White with #377699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377699; }

 p { color: rgb(55,118,153); }

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

background-color css

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

 a { background-color: rgb(55,118,153); }

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

border-color css

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

 span { border-color: rgb(55,118,153); }

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