Html Css Color HEX #37699A Lochmara

📋 copy color: '#37699A'

red 55 ◦ green 105 ◦ blue 154

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

Shades of Lochmara #37699A

Tints of Lochmara #37699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 17.52%
G = 33.44%
B = 49.04%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#37699A (or 0x37699A) is known color: Lochmara. HEX triplet: 37, 69 and 9A. RGB value is (55,105,154). Sum of RGB (Red+Green+Blue) = 55+105+154=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #37699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37699A is #C89665. Grayscale: #5F5F5F. Windows color (decimal): -13145702 or 10119479. OLE color: 10119479.

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

Color convert

RGB 55 105 154 -
CMYK 0.64 0.32 0 0.40
HSL 209.7º 0.47% 0.41% -
HSV(B) 209.7º 0.64% 0.6% -
XYZ 12.46 13.25 32.47 -
YUV 95.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 55 105 154 0.64 0.32 0 0.40 209.7 0.47 0.41
Hex 37 69 9A 40 20 0 28 D2 2F 29
Octal 67 151 232 100 40 0 50 322 57 51
Binary 110111 1101001 10011010 1000000 100000 0 101000 11010010 101111 101001

Color Harmonies of #37699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37699A

Black with #37699A

Text Example


Text Example

White with #37699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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