Html Css Color HEX #377099 Lochmara

📋 copy color: '#377099'

red 55 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #377099

Tints of Lochmara #377099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

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

R = 17.19%
G = 35%
B = 47.81%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#377099 (or 0x377099) is known color: Lochmara. HEX triplet: 37, 70 and 99. RGB value is (55,112,153). Sum of RGB (Red+Green+Blue) = 55+112+153=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #377099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377099 is #C88F66. Grayscale: #636363. Windows color (decimal): -13143911 or 10055735. OLE color: 10055735.

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

Color convert

RGB 55 112 153 -
CMYK 0.64 0.27 0 0.4
HSL 205.1º 0.47% 0.41% -
HSV(B) 205.1º 0.64% 0.6% -
XYZ 13.12 14.7 32.28 -
YUV 99.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 55 112 153 0.64 0.27 0 0.4 205.1 0.47 0.41
Hex 37 70 99 40 1B 0 28 CD 2F 29
Octal 67 160 231 100 33 0 50 315 57 51
Binary 110111 1110000 10011001 1000000 11011 0 101000 11001101 101111 101001

Color Harmonies of #377099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377099

Black with #377099

Text Example


Text Example

White with #377099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377099; }

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

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

background-color css

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

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

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

border-color css

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

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

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