Html Css Color HEX #21729D Lochmara

📋 copy color: '#21729D'

red 33 ◦ green 114 ◦ blue 157

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

Shades of Lochmara #21729D

Tints of Lochmara #21729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

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

R = 10.86%
G = 37.5%
B = 51.64%

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

#21729D (or 0x21729D) is known color: Lochmara. HEX triplet: 21, 72 and 9D. RGB value is (33,114,157). Sum of RGB (Red+Green+Blue) = 33+114+157=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #21729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21729D is #DE8D62. Grayscale: #5E5E5E. Windows color (decimal): -14585187 or 10318369. OLE color: 10318369.

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

Color convert

RGB 33 114 157 -
CMYK 0.79 0.27 0 0.38
HSL 200.81º 0.65% 0.37% -
HSV(B) 200.81º 0.79% 0.62% -
XYZ 12.73 14.79 34.08 -
YUV 94.68 163.16 84 -
System Red Green Blue C M Y K H S L
Decimal 33 114 157 0.79 0.27 0 0.38 200.81 0.65 0.37
Hex 21 72 9D 4F 1B 0 26 C9 41 25
Octal 41 162 235 117 33 0 46 311 101 45
Binary 100001 1110010 10011101 1001111 11011 0 100110 11001001 1000001 100101

Color Harmonies of #21729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21729D

Black with #21729D

Text Example


Text Example

White with #21729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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