Html Css Color HEX #377198 Lochmara

📋 copy color: '#377198'

red 55 ◦ green 113 ◦ blue 152

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

Shades of Lochmara #377198

Tints of Lochmara #377198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.5%

R = 17.19%
G = 35.31%
B = 47.5%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#377198 (or 0x377198) is known color: Lochmara. HEX triplet: 37, 71 and 98. RGB value is (55,113,152). Sum of RGB (Red+Green+Blue) = 55+113+152=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #377198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377198 is #C88E67. Grayscale: #636363. Windows color (decimal): -13143656 or 9990455. OLE color: 9990455.

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

Color convert

RGB 55 113 152 -
CMYK 0.64 0.26 0 0.40
HSL 204.12º 0.47% 0.41% -
HSV(B) 204.12º 0.64% 0.6% -
XYZ 13.15 14.89 31.89 -
YUV 100.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 55 113 152 0.64 0.26 0 0.40 204.12 0.47 0.41
Hex 37 71 98 40 1A 0 28 CC 2F 29
Octal 67 161 230 100 32 0 50 314 57 51
Binary 110111 1110001 10011000 1000000 11010 0 101000 11001100 101111 101001

Color Harmonies of #377198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377198

Black with #377198

Text Example


Text Example

White with #377198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377198; }

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

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

background-color css

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

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

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

border-color css

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

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

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