Html Css Color HEX #216699 Lochmara

📋 copy color: '#216699'

red 33 ◦ green 102 ◦ blue 153

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

Shades of Lochmara #216699

Tints of Lochmara #216699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.42%

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

R = 11.46%
G = 35.42%
B = 53.13%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#216699 (or 0x216699) is known color: Lochmara. HEX triplet: 21, 66 and 99. RGB value is (33,102,153). Sum of RGB (Red+Green+Blue) = 33+102+153=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #216699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216699 is #DE9966. Grayscale: #565656. Windows color (decimal): -14588263 or 10053153. OLE color: 10053153.

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

Color convert

RGB 33 102 153 -
CMYK 0.78 0.33 0 0.4
HSL 205.5º 0.65% 0.36% -
HSV(B) 205.5º 0.78% 0.6% -
XYZ 11.13 12.13 31.89 -
YUV 87.18 165.14 89.35 -
System Red Green Blue C M Y K H S L
Decimal 33 102 153 0.78 0.33 0 0.4 205.5 0.65 0.36
Hex 21 66 99 4E 21 0 28 CE 41 24
Octal 41 146 231 116 41 0 50 316 101 44
Binary 100001 1100110 10011001 1001110 100001 0 101000 11001110 1000001 100100

Color Harmonies of #216699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216699

Black with #216699

Text Example


Text Example

White with #216699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216699; }

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

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

background-color css

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

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

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

border-color css

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

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

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