Html Css Color HEX #216899 Lochmara

📋 copy color: '#216899'

red 33 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #216899

Tints of Lochmara #216899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

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

R = 11.38%
G = 35.86%
B = 52.76%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#216899 (or 0x216899) is known color: Lochmara. HEX triplet: 21, 68 and 99. RGB value is (33,104,153). Sum of RGB (Red+Green+Blue) = 33+104+153=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #216899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216899 is #DE9766. Grayscale: #585858. Windows color (decimal): -14587751 or 10053665. OLE color: 10053665.

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

Color convert

RGB 33 104 153 -
CMYK 0.78 0.32 0 0.4
HSL 204.5º 0.65% 0.36% -
HSV(B) 204.5º 0.78% 0.6% -
XYZ 11.33 12.52 31.96 -
YUV 88.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 33 104 153 0.78 0.32 0 0.4 204.5 0.65 0.36
Hex 21 68 99 4E 20 0 28 CC 41 24
Octal 41 150 231 116 40 0 50 314 101 44
Binary 100001 1101000 10011001 1001110 100000 0 101000 11001100 1000001 100100

Color Harmonies of #216899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216899

Black with #216899

Text Example


Text Example

White with #216899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216899; }

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

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

background-color css

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

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

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

border-color css

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

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

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