Html Css Color HEX #217AAD Lochmara

📋 copy color: '#217AAD'

red 33 ◦ green 122 ◦ blue 173

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

Shades of Lochmara #217AAD

Tints of Lochmara #217AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 10.06%
G = 37.2%
B = 52.74%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#217AAD (or 0x217AAD) is known color: Lochmara. HEX triplet: 21, 7A and AD. RGB value is (33,122,173). Sum of RGB (Red+Green+Blue) = 33+122+173=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #217AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217AAD is #DE8552. Grayscale: #646464. Windows color (decimal): -14583123 or 11368993. OLE color: 11368993.

HSL color Cylindrical-coordinate representation of color #217AAD: hue angle of 201.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217AAD is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 122 173 -
CMYK 0.81 0.29 0 0.32
HSL 201.86º 0.68% 0.4% -
HSV(B) 201.86º 0.81% 0.68% -
XYZ 15.13 17.26 42.07 -
YUV 101.2 168.51 79.35 -
System Red Green Blue C M Y K H S L
Decimal 33 122 173 0.81 0.29 0 0.32 201.86 0.68 0.4
Hex 21 7A AD 51 1D 0 20 CA 44 28
Octal 41 172 255 121 35 0 40 312 104 50
Binary 100001 1111010 10101101 1010001 11101 0 100000 11001010 1000100 101000

Color Harmonies of #217AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217AAD

Black with #217AAD

Text Example


Text Example

White with #217AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217AAD; }

 p { color: rgb(33,122,173); }

 H1.HeaderClassName
 {
   color: #217AAD;
 }
 .AnyTagClassName
 {
   color: #217AAD;
 }
</style>

background-color css

<style>
 a { background-color: #217AAD; }

 a { background-color: rgb(33,122,173); }

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

border-color css

<style>
 span { border-color: #217AAD; }

 span { border-color: rgb(33,122,173); }

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