Html Css Color HEX #377399 Lochmara

📋 copy color: '#377399'

red 55 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #377399

Tints of Lochmara #377399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

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

R = 17.03%
G = 35.6%
B = 47.37%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#377399 (or 0x377399) is known color: Lochmara. HEX triplet: 37, 73 and 99. RGB value is (55,115,153). Sum of RGB (Red+Green+Blue) = 55+115+153=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #377399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377399 is #C88C66. Grayscale: #656565. Windows color (decimal): -13143143 or 10056503. OLE color: 10056503.

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

Color convert

RGB 55 115 153 -
CMYK 0.64 0.25 0 0.4
HSL 203.27º 0.47% 0.41% -
HSV(B) 203.27º 0.64% 0.6% -
XYZ 13.46 15.37 32.4 -
YUV 101.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 55 115 153 0.64 0.25 0 0.4 203.27 0.47 0.41
Hex 37 73 99 40 19 0 28 CB 2F 29
Octal 67 163 231 100 31 0 50 313 57 51
Binary 110111 1110011 10011001 1000000 11001 0 101000 11001011 101111 101001

Color Harmonies of #377399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377399

Black with #377399

Text Example


Text Example

White with #377399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377399; }

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

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

background-color css

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

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

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

border-color css

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

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

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