Html Css Color HEX #21749F Lochmara

📋 copy color: '#21749F'

red 33 ◦ green 116 ◦ blue 159

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

Shades of Lochmara #21749F

Tints of Lochmara #21749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 10.71%
G = 37.66%
B = 51.62%

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

#21749F (or 0x21749F) is known color: Lochmara. HEX triplet: 21, 74 and 9F. RGB value is (33,116,159). Sum of RGB (Red+Green+Blue) = 33+116+159=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #21749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21749F is #DE8B60. Grayscale: #5F5F5F. Windows color (decimal): -14584673 or 10449953. OLE color: 10449953.

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

Color convert

RGB 33 116 159 -
CMYK 0.79 0.27 0 0.38
HSL 200.48º 0.66% 0.38% -
HSV(B) 200.48º 0.79% 0.62% -
XYZ 13.13 15.32 35.07 -
YUV 96.09 163.5 83 -
System Red Green Blue C M Y K H S L
Decimal 33 116 159 0.79 0.27 0 0.38 200.48 0.66 0.38
Hex 21 74 9F 4F 1B 0 26 C8 42 26
Octal 41 164 237 117 33 0 46 310 102 46
Binary 100001 1110100 10011111 1001111 11011 0 100110 11001000 1000010 100110

Color Harmonies of #21749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21749F

Black with #21749F

Text Example


Text Example

White with #21749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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