Html Css Color HEX #21749D Lochmara

📋 copy color: '#21749D'

red 33 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #21749D

Tints of Lochmara #21749D

RGB

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

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

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

R = 10.78%
G = 37.91%
B = 51.31%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21749D (or 0x21749D) is known color: Lochmara. HEX triplet: 21, 74 and 9D. RGB value is (33,116,157). Sum of RGB (Red+Green+Blue) = 33+116+157=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #21749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21749D is #DE8B62. Grayscale: #5F5F5F. Windows color (decimal): -14584675 or 10318881. OLE color: 10318881.

HSL color Cylindrical-coordinate representation of color #21749D: hue angle of 199.84º 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 #21749D is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 116 157 -
CMYK 0.79 0.26 0 0.38
HSL 199.84º 0.65% 0.37% -
HSV(B) 199.84º 0.79% 0.62% -
XYZ 12.96 15.25 34.16 -
YUV 95.86 162.5 83.17 -
System Red Green Blue C M Y K H S L
Decimal 33 116 157 0.79 0.26 0 0.38 199.84 0.65 0.37
Hex 21 74 9D 4F 1A 0 26 C8 41 25
Octal 41 164 235 117 32 0 46 310 101 45
Binary 100001 1110100 10011101 1001111 11010 0 100110 11001000 1000001 100101

Color Harmonies of #21749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21749D

Black with #21749D

Text Example


Text Example

White with #21749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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