Html Css Color HEX #216999 Lochmara

📋 copy color: '#216999'

red 33 ◦ green 105 ◦ blue 153

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

Shades of Lochmara #216999

Tints of Lochmara #216999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 11.34%
G = 36.08%
B = 52.58%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#216999 (or 0x216999) is known color: Lochmara. HEX triplet: 21, 69 and 99. RGB value is (33,105,153). Sum of RGB (Red+Green+Blue) = 33+105+153=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #216999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216999 is #DE9666. Grayscale: #585858. Windows color (decimal): -14587495 or 10053921. OLE color: 10053921.

HSL color Cylindrical-coordinate representation of color #216999: hue angle of 204º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216999 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 105 153 -
CMYK 0.78 0.31 0 0.4
HSL 204º 0.65% 0.36% -
HSV(B) 204º 0.78% 0.6% -
XYZ 11.43 12.73 31.99 -
YUV 88.94 164.15 88.1 -
System Red Green Blue C M Y K H S L
Decimal 33 105 153 0.78 0.31 0 0.4 204 0.65 0.36
Hex 21 69 99 4E 1F 0 28 CC 41 24
Octal 41 151 231 116 37 0 50 314 101 44
Binary 100001 1101001 10011001 1001110 11111 0 101000 11001100 1000001 100100

Color Harmonies of #216999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216999

Black with #216999

Text Example


Text Example

White with #216999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216999; }

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

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

background-color css

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

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

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

border-color css

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

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

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