Html Css Color HEX #217EAE Lochmara

📋 copy color: '#217EAE'

red 33 ◦ green 126 ◦ blue 174

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

Shades of Lochmara #217EAE

Tints of Lochmara #217EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 9.91%
G = 37.84%
B = 52.25%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#217EAE (or 0x217EAE) is known color: Lochmara. HEX triplet: 21, 7E and AE. RGB value is (33,126,174). Sum of RGB (Red+Green+Blue) = 33+126+174=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #217EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217EAE is #DE8151. Grayscale: #676767. Windows color (decimal): -14582098 or 11435553. OLE color: 11435553.

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

Color convert

RGB 33 126 174 -
CMYK 0.81 0.28 0 0.32
HSL 200.43º 0.68% 0.41% -
HSV(B) 200.43º 0.81% 0.68% -
XYZ 15.73 18.3 42.75 -
YUV 103.67 167.69 77.6 -
System Red Green Blue C M Y K H S L
Decimal 33 126 174 0.81 0.28 0 0.32 200.43 0.68 0.41
Hex 21 7E AE 51 1C 0 20 C8 44 29
Octal 41 176 256 121 34 0 40 310 104 51
Binary 100001 1111110 10101110 1010001 11100 0 100000 11001000 1000100 101001

Color Harmonies of #217EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EAE

Black with #217EAE

Text Example


Text Example

White with #217EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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