Html Css Color HEX #21749E Lochmara

📋 copy color: '#21749E'

red 33 ◦ green 116 ◦ blue 158

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

Shades of Lochmara #21749E

Tints of Lochmara #21749E

RGB

 RED value IS 33 (13.28% from 255) = 10.75%

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

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

R = 10.75%
G = 37.79%
B = 51.47%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21749E (or 0x21749E) is known color: Lochmara. HEX triplet: 21, 74 and 9E. RGB value is (33,116,158). Sum of RGB (Red+Green+Blue) = 33+116+158=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #21749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21749E is #DE8B61. Grayscale: #5F5F5F. Windows color (decimal): -14584674 or 10384417. OLE color: 10384417.

HSL color Cylindrical-coordinate representation of color #21749E: hue angle of 200.16º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21749E is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 116 158 -
CMYK 0.79 0.27 0 0.38
HSL 200.16º 0.65% 0.37% -
HSV(B) 200.16º 0.79% 0.62% -
XYZ 13.04 15.28 34.61 -
YUV 95.97 163 83.08 -
System Red Green Blue C M Y K H S L
Decimal 33 116 158 0.79 0.27 0 0.38 200.16 0.65 0.37
Hex 21 74 9E 4F 1B 0 26 C8 41 25
Octal 41 164 236 117 33 0 46 310 101 45
Binary 100001 1110100 10011110 1001111 11011 0 100110 11001000 1000001 100101

Color Harmonies of #21749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21749E

Black with #21749E

Text Example


Text Example

White with #21749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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