Html Css Color HEX #217997 Lochmara

📋 copy color: '#217997'

red 33 ◦ green 121 ◦ blue 151

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

Shades of Lochmara #217997

Tints of Lochmara #217997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 10.82%
G = 39.67%
B = 49.51%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#217997 (or 0x217997) is known color: Lochmara. HEX triplet: 21, 79 and 97. RGB value is (33,121,151). Sum of RGB (Red+Green+Blue) = 33+121+151=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #217997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217997 is #DE8668. Grayscale: #616161. Windows color (decimal): -14583401 or 9926945. OLE color: 9926945.

HSL color Cylindrical-coordinate representation of color #217997: hue angle of 195.25º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217997 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 121 151 -
CMYK 0.78 0.20 0 0.41
HSL 195.25º 0.64% 0.36% -
HSV(B) 195.25º 0.78% 0.59% -
XYZ 13.05 16.23 31.72 -
YUV 98.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 33 121 151 0.78 0.20 0 0.41 195.25 0.64 0.36
Hex 21 79 97 4E 14 0 29 C3 40 24
Octal 41 171 227 116 24 0 51 303 100 44
Binary 100001 1111001 10010111 1001110 10100 0 101001 11000011 1000000 100100

Color Harmonies of #217997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217997

Black with #217997

Text Example


Text Example

White with #217997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217997; }

 p { color: rgb(33,121,151); }

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

background-color css

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

 a { background-color: rgb(33,121,151); }

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

border-color css

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

 span { border-color: rgb(33,121,151); }

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