Html Css Color HEX #37719A Lochmara

📋 copy color: '#37719A'

red 55 ◦ green 113 ◦ blue 154

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

Shades of Lochmara #37719A

Tints of Lochmara #37719A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.83%

R = 17.08%
G = 35.09%
B = 47.83%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#37719A (or 0x37719A) is known color: Lochmara. HEX triplet: 37, 71 and 9A. RGB value is (55,113,154). Sum of RGB (Red+Green+Blue) = 55+113+154=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #37719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37719A is #C88E65. Grayscale: #646464. Windows color (decimal): -13143654 or 10121527. OLE color: 10121527.

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

Color convert

RGB 55 113 154 -
CMYK 0.64 0.27 0 0.40
HSL 204.85º 0.47% 0.41% -
HSV(B) 204.85º 0.64% 0.6% -
XYZ 13.31 14.96 32.76 -
YUV 100.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 55 113 154 0.64 0.27 0 0.40 204.85 0.47 0.41
Hex 37 71 9A 40 1B 0 28 CD 2F 29
Octal 67 161 232 100 33 0 50 315 57 51
Binary 110111 1110001 10011010 1000000 11011 0 101000 11001101 101111 101001

Color Harmonies of #37719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37719A

Black with #37719A

Text Example


Text Example

White with #37719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37719A; }

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

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

background-color css

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

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

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

border-color css

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

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

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