Html Css Color HEX #216C99 Lochmara

📋 copy color: '#216C99'

red 33 ◦ green 108 ◦ blue 153

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

Shades of Lochmara #216C99

Tints of Lochmara #216C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.73%

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

R = 11.22%
G = 36.73%
B = 52.04%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#216C99 (or 0x216C99) is known color: Lochmara. HEX triplet: 21, 6C and 99. RGB value is (33,108,153). Sum of RGB (Red+Green+Blue) = 33+108+153=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #216C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C99 is #DE9366. Grayscale: #5A5A5A. Windows color (decimal): -14586727 or 10054689. OLE color: 10054689.

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

Color convert

RGB 33 108 153 -
CMYK 0.78 0.29 0 0.4
HSL 202.5º 0.65% 0.36% -
HSV(B) 202.5º 0.78% 0.6% -
XYZ 11.74 13.35 32.09 -
YUV 90.71 163.15 86.84 -
System Red Green Blue C M Y K H S L
Decimal 33 108 153 0.78 0.29 0 0.4 202.5 0.65 0.36
Hex 21 6C 99 4E 1D 0 28 CA 41 24
Octal 41 154 231 116 35 0 50 312 101 44
Binary 100001 1101100 10011001 1001110 11101 0 101000 11001010 1000001 100100

Color Harmonies of #216C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216C99

Black with #216C99

Text Example


Text Example

White with #216C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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