Html Css Color HEX #20649D Lochmara

📋 copy color: '#20649D'

red 32 ◦ green 100 ◦ blue 157

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

Shades of Lochmara #20649D

Tints of Lochmara #20649D

RGB

 RED value IS 32 (12.89% from 255) = 11.07%

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 11.07%
G = 34.6%
B = 54.33%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20649D (or 0x20649D) is known color: Lochmara. HEX triplet: 20, 64 and 9D. RGB value is (32,100,157). Sum of RGB (Red+Green+Blue) = 32+100+157=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #20649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20649D is #DF9B62. Grayscale: #555555. Windows color (decimal): -14654307 or 10314784. OLE color: 10314784.

HSL color Cylindrical-coordinate representation of color #20649D: hue angle of 207.36º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20649D is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 100 157 -
CMYK 0.80 0.36 0 0.38
HSL 207.36º 0.66% 0.37% -
HSV(B) 207.36º 0.8% 0.62% -
XYZ 11.24 11.86 33.59 -
YUV 86.17 167.97 89.37 -
System Red Green Blue C M Y K H S L
Decimal 32 100 157 0.80 0.36 0 0.38 207.36 0.66 0.37
Hex 20 64 9D 50 24 0 26 CF 42 25
Octal 40 144 235 120 44 0 46 317 102 45
Binary 100000 1100100 10011101 1010000 100100 0 100110 11001111 1000010 100101

Color Harmonies of #20649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20649D

Black with #20649D

Text Example


Text Example

White with #20649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20649D; }

 p { color: rgb(32,100,157); }

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

background-color css

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

 a { background-color: rgb(32,100,157); }

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

border-color css

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

 span { border-color: rgb(32,100,157); }

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