Html Css Color HEX #217DAA Lochmara

📋 copy color: '#217DAA'

red 33 ◦ green 125 ◦ blue 170

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

Shades of Lochmara #217DAA

Tints of Lochmara #217DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.11%

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

R = 10.06%
G = 38.11%
B = 51.83%

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

#217DAA (or 0x217DAA) is known color: Lochmara. HEX triplet: 21, 7D and AA. RGB value is (33,125,170). Sum of RGB (Red+Green+Blue) = 33+125+170=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #217DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217DAA is #DE8255. Grayscale: #666666. Windows color (decimal): -14582358 or 11173153. OLE color: 11173153.

HSL color Cylindrical-coordinate representation of color #217DAA: hue angle of 199.71º 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 #217DAA is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 125 170 -
CMYK 0.81 0.26 0 0.33
HSL 199.71º 0.67% 0.4% -
HSV(B) 199.71º 0.81% 0.67% -
XYZ 15.22 17.89 40.68 -
YUV 102.62 166.02 78.34 -
System Red Green Blue C M Y K H S L
Decimal 33 125 170 0.81 0.26 0 0.33 199.71 0.67 0.4
Hex 21 7D AA 51 1A 0 21 C8 43 28
Octal 41 175 252 121 32 0 41 310 103 50
Binary 100001 1111101 10101010 1010001 11010 0 100001 11001000 1000011 101000

Color Harmonies of #217DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DAA

Black with #217DAA

Text Example


Text Example

White with #217DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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