Html Css Color HEX #217DAE Lochmara

📋 copy color: '#217DAE'

red 33 ◦ green 125 ◦ blue 174

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

Shades of Lochmara #217DAE

Tints of Lochmara #217DAE

RGB

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

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

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

R = 9.94%
G = 37.65%
B = 52.41%

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

#217DAE (or 0x217DAE) is known color: Lochmara. HEX triplet: 21, 7D and AE. RGB value is (33,125,174). Sum of RGB (Red+Green+Blue) = 33+125+174=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #217DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217DAE is #DE8251. Grayscale: #666666. Windows color (decimal): -14582354 or 11435297. OLE color: 11435297.

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

Color convert

RGB 33 125 174 -
CMYK 0.81 0.28 0 0.32
HSL 200.85º 0.68% 0.41% -
HSV(B) 200.85º 0.81% 0.68% -
XYZ 15.6 18.05 42.71 -
YUV 103.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 33 125 174 0.81 0.28 0 0.32 200.85 0.68 0.41
Hex 21 7D AE 51 1C 0 20 C9 44 29
Octal 41 175 256 121 34 0 40 311 104 51
Binary 100001 1111101 10101110 1010001 11100 0 100000 11001001 1000100 101001

Color Harmonies of #217DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DAE

Black with #217DAE

Text Example


Text Example

White with #217DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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