Html Css Color HEX #216996 Lochmara

📋 copy color: '#216996'

red 33 ◦ green 105 ◦ blue 150

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

Shades of Lochmara #216996

Tints of Lochmara #216996

RGB

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

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

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

R = 11.46%
G = 36.46%
B = 52.08%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#216996 (or 0x216996) is known color: Lochmara. HEX triplet: 21, 69 and 96. RGB value is (33,105,150). Sum of RGB (Red+Green+Blue) = 33+105+150=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #216996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216996 is #DE9669. Grayscale: #585858. Windows color (decimal): -14587498 or 9857313. OLE color: 9857313.

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

Color convert

RGB 33 105 150 -
CMYK 0.78 0.30 0 0.41
HSL 203.08º 0.64% 0.36% -
HSV(B) 203.08º 0.78% 0.59% -
XYZ 11.18 12.63 30.7 -
YUV 88.6 162.65 88.34 -
System Red Green Blue C M Y K H S L
Decimal 33 105 150 0.78 0.30 0 0.41 203.08 0.64 0.36
Hex 21 69 96 4E 1E 0 29 CB 40 24
Octal 41 151 226 116 36 0 51 313 100 44
Binary 100001 1101001 10010110 1001110 11110 0 101001 11001011 1000000 100100

Color Harmonies of #216996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216996

Black with #216996

Text Example


Text Example

White with #216996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216996; }

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

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

background-color css

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

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

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

border-color css

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

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

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