Html Css Color HEX #217EAA Lochmara

📋 copy color: '#217EAA'

red 33 ◦ green 126 ◦ blue 170

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

Shades of Lochmara #217EAA

Tints of Lochmara #217EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 10.03%
G = 38.3%
B = 51.67%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#217EAA (or 0x217EAA) is known color: Lochmara. HEX triplet: 21, 7E and AA. RGB value is (33,126,170). Sum of RGB (Red+Green+Blue) = 33+126+170=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #217EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217EAA is #DE8155. Grayscale: #666666. Windows color (decimal): -14582102 or 11173409. OLE color: 11173409.

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

Color convert

RGB 33 126 170 -
CMYK 0.81 0.26 0 0.33
HSL 199.27º 0.67% 0.4% -
HSV(B) 199.27º 0.81% 0.67% -
XYZ 15.34 18.15 40.72 -
YUV 103.21 165.69 77.92 -
System Red Green Blue C M Y K H S L
Decimal 33 126 170 0.81 0.26 0 0.33 199.27 0.67 0.4
Hex 21 7E AA 51 1A 0 21 C7 43 28
Octal 41 176 252 121 32 0 41 307 103 50
Binary 100001 1111110 10101010 1010001 11010 0 100001 11000111 1000011 101000

Color Harmonies of #217EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EAA

Black with #217EAA

Text Example


Text Example

White with #217EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,126,170); }

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

background-color css

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

 a { background-color: rgb(33,126,170); }

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

border-color css

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

 span { border-color: rgb(33,126,170); }

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