Html Css Color HEX #20749C Lochmara

📋 copy color: '#20749C'

red 32 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #20749C

Tints of Lochmara #20749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 10.53%
G = 38.16%
B = 51.32%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20749C (or 0x20749C) is known color: Lochmara. HEX triplet: 20, 74 and 9C. RGB value is (32,116,156). Sum of RGB (Red+Green+Blue) = 32+116+156=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #20749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20749C is #DF8B63. Grayscale: #5F5F5F. Windows color (decimal): -14650212 or 10253344. OLE color: 10253344.

HSL color Cylindrical-coordinate representation of color #20749C: hue angle of 199.35º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20749C is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 116 156 -
CMYK 0.79 0.26 0 0.39
HSL 199.35º 0.66% 0.37% -
HSV(B) 199.35º 0.79% 0.61% -
XYZ 12.84 15.2 33.71 -
YUV 95.44 162.17 82.75 -
System Red Green Blue C M Y K H S L
Decimal 32 116 156 0.79 0.26 0 0.39 199.35 0.66 0.37
Hex 20 74 9C 4F 1A 0 27 C7 42 25
Octal 40 164 234 117 32 0 47 307 102 45
Binary 100000 1110100 10011100 1001111 11010 0 100111 11000111 1000010 100101

Color Harmonies of #20749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20749C

Black with #20749C

Text Example


Text Example

White with #20749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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