Html Css Color HEX #377498 Lochmara

📋 copy color: '#377498'

red 55 ◦ green 116 ◦ blue 152

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

Shades of Lochmara #377498

Tints of Lochmara #377498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.91%

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

R = 17.03%
G = 35.91%
B = 47.06%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#377498 (or 0x377498) is known color: Lochmara. HEX triplet: 37, 74 and 98. RGB value is (55,116,152). Sum of RGB (Red+Green+Blue) = 55+116+152=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #377498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377498 is #C88B67. Grayscale: #656565. Windows color (decimal): -13142888 or 9991223. OLE color: 9991223.

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

Color convert

RGB 55 116 152 -
CMYK 0.64 0.24 0 0.40
HSL 202.27º 0.47% 0.41% -
HSV(B) 202.27º 0.64% 0.6% -
XYZ 13.49 15.57 32 -
YUV 101.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 55 116 152 0.64 0.24 0 0.40 202.27 0.47 0.41
Hex 37 74 98 40 18 0 28 CA 2F 29
Octal 67 164 230 100 30 0 50 312 57 51
Binary 110111 1110100 10011000 1000000 11000 0 101000 11001010 101111 101001

Color Harmonies of #377498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377498

Black with #377498

Text Example


Text Example

White with #377498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377498; }

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

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

background-color css

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

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

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

border-color css

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

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

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