Html Css Color HEX #377698 Lochmara

📋 copy color: '#377698'

red 55 ◦ green 118 ◦ blue 152

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

Shades of Lochmara #377698

Tints of Lochmara #377698

RGB

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

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

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

R = 16.92%
G = 36.31%
B = 46.77%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#377698 (or 0x377698) is known color: Lochmara. HEX triplet: 37, 76 and 98. RGB value is (55,118,152). Sum of RGB (Red+Green+Blue) = 55+118+152=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #377698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377698 is #C88967. Grayscale: #666666. Windows color (decimal): -13142376 or 9991735. OLE color: 9991735.

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

Color convert

RGB 55 118 152 -
CMYK 0.64 0.22 0 0.40
HSL 201.03º 0.47% 0.41% -
HSV(B) 201.03º 0.64% 0.6% -
XYZ 13.72 16.04 32.08 -
YUV 103.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 55 118 152 0.64 0.22 0 0.40 201.03 0.47 0.41
Hex 37 76 98 40 16 0 28 C9 2F 29
Octal 67 166 230 100 26 0 50 311 57 51
Binary 110111 1110110 10011000 1000000 10110 0 101000 11001001 101111 101001

Color Harmonies of #377698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377698

Black with #377698

Text Example


Text Example

White with #377698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377698; }

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

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

background-color css

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

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

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

border-color css

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

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

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