Html Css Color HEX #20749E Lochmara

📋 copy color: '#20749E'

red 32 ◦ green 116 ◦ blue 158

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

Shades of Lochmara #20749E

Tints of Lochmara #20749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

 BLUE value IS 158 (62.11% from 255) = 51.63%

R = 10.46%
G = 37.91%
B = 51.63%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20749E (or 0x20749E) is known color: Lochmara. HEX triplet: 20, 74 and 9E. RGB value is (32,116,158). Sum of RGB (Red+Green+Blue) = 32+116+158=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #20749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20749E is #DF8B61. Grayscale: #5F5F5F. Windows color (decimal): -14650210 or 10384416. OLE color: 10384416.

HSL color Cylindrical-coordinate representation of color #20749E: hue angle of 200º 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 #20749E is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 116 158 -
CMYK 0.80 0.27 0 0.38
HSL 200º 0.66% 0.37% -
HSV(B) 200º 0.8% 0.62% -
XYZ 13.01 15.27 34.61 -
YUV 95.67 163.17 82.58 -
System Red Green Blue C M Y K H S L
Decimal 32 116 158 0.80 0.27 0 0.38 200 0.66 0.37
Hex 20 74 9E 50 1B 0 26 C8 42 25
Octal 40 164 236 120 33 0 46 310 102 45
Binary 100000 1110100 10011110 1010000 11011 0 100110 11001000 1000010 100101

Color Harmonies of #20749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20749E

Black with #20749E

Text Example


Text Example

White with #20749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20749E; }

 p { color: rgb(32,116,158); }

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

background-color css

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

 a { background-color: rgb(32,116,158); }

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

border-color css

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

 span { border-color: rgb(32,116,158); }

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