Html Css Color HEX #216997 Lochmara

📋 copy color: '#216997'

red 33 ◦ green 105 ◦ blue 151

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

Shades of Lochmara #216997

Tints of Lochmara #216997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

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

R = 11.42%
G = 36.33%
B = 52.25%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#216997 (or 0x216997) is known color: Lochmara. HEX triplet: 21, 69 and 97. RGB value is (33,105,151). Sum of RGB (Red+Green+Blue) = 33+105+151=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #216997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216997 is #DE9668. Grayscale: #585858. Windows color (decimal): -14587497 or 9922849. OLE color: 9922849.

HSL color Cylindrical-coordinate representation of color #216997: hue angle of 203.39º 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 #216997 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 105 151 -
CMYK 0.78 0.30 0 0.41
HSL 203.39º 0.64% 0.36% -
HSV(B) 203.39º 0.78% 0.59% -
XYZ 11.26 12.66 31.13 -
YUV 88.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 33 105 151 0.78 0.30 0 0.41 203.39 0.64 0.36
Hex 21 69 97 4E 1E 0 29 CB 40 24
Octal 41 151 227 116 36 0 51 313 100 44
Binary 100001 1101001 10010111 1001110 11110 0 101001 11001011 1000000 100100

Color Harmonies of #216997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216997

Black with #216997

Text Example


Text Example

White with #216997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216997; }

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

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

background-color css

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

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

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

border-color css

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

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

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