Html Css Color HEX #216C96 Lochmara

📋 copy color: '#216C96'

red 33 ◦ green 108 ◦ blue 150

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

Shades of Lochmara #216C96

Tints of Lochmara #216C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 11.34%
G = 37.11%
B = 51.55%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#216C96 (or 0x216C96) is known color: Lochmara. HEX triplet: 21, 6C and 96. RGB value is (33,108,150). Sum of RGB (Red+Green+Blue) = 33+108+150=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #216C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C96 is #DE9369. Grayscale: #5A5A5A. Windows color (decimal): -14586730 or 9858081. OLE color: 9858081.

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

Color convert

RGB 33 108 150 -
CMYK 0.78 0.28 0 0.41
HSL 201.54º 0.64% 0.36% -
HSV(B) 201.54º 0.78% 0.59% -
XYZ 11.49 13.25 30.81 -
YUV 90.36 161.65 87.08 -
System Red Green Blue C M Y K H S L
Decimal 33 108 150 0.78 0.28 0 0.41 201.54 0.64 0.36
Hex 21 6C 96 4E 1C 0 29 CA 40 24
Octal 41 154 226 116 34 0 51 312 100 44
Binary 100001 1101100 10010110 1001110 11100 0 101001 11001010 1000000 100100

Color Harmonies of #216C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216C96

Black with #216C96

Text Example


Text Example

White with #216C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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