Html Css Color HEX #377199 Lochmara

📋 copy color: '#377199'

red 55 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #377199

Tints of Lochmara #377199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

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

R = 17.13%
G = 35.2%
B = 47.66%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#377199 (or 0x377199) is known color: Lochmara. HEX triplet: 37, 71 and 99. RGB value is (55,113,153). Sum of RGB (Red+Green+Blue) = 55+113+153=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #377199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377199 is #C88E66. Grayscale: #646464. Windows color (decimal): -13143655 or 10055991. OLE color: 10055991.

HSL color Cylindrical-coordinate representation of color #377199: hue angle of 204.49º 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 #377199 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 113 153 -
CMYK 0.64 0.26 0 0.4
HSL 204.49º 0.47% 0.41% -
HSV(B) 204.49º 0.64% 0.6% -
XYZ 13.23 14.92 32.32 -
YUV 100.22 157.78 95.75 -
System Red Green Blue C M Y K H S L
Decimal 55 113 153 0.64 0.26 0 0.4 204.49 0.47 0.41
Hex 37 71 99 40 1A 0 28 CC 2F 29
Octal 67 161 231 100 32 0 50 314 57 51
Binary 110111 1110001 10011001 1000000 11010 0 101000 11001100 101111 101001

Color Harmonies of #377199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377199

Black with #377199

Text Example


Text Example

White with #377199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377199; }

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

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

background-color css

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

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

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

border-color css

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

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

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