Html Css Color HEX #216995 Lochmara

📋 copy color: '#216995'

red 33 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #216995

Tints of Lochmara #216995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 11.5%
G = 36.59%
B = 51.92%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216995 (or 0x216995) is known color: Lochmara. HEX triplet: 21, 69 and 95. RGB value is (33,105,149). Sum of RGB (Red+Green+Blue) = 33+105+149=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #216995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216995 is #DE966A. Grayscale: #585858. Windows color (decimal): -14587499 or 9791777. OLE color: 9791777.

HSL color Cylindrical-coordinate representation of color #216995: hue angle of 202.76º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216995 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 105 149 -
CMYK 0.78 0.30 0 0.42
HSL 202.76º 0.64% 0.36% -
HSV(B) 202.76º 0.78% 0.58% -
XYZ 11.1 12.6 30.28 -
YUV 88.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 33 105 149 0.78 0.30 0 0.42 202.76 0.64 0.36
Hex 21 69 95 4E 1E 0 2A CB 40 24
Octal 41 151 225 116 36 0 52 313 100 44
Binary 100001 1101001 10010101 1001110 11110 0 101010 11001011 1000000 100100

Color Harmonies of #216995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216995

Black with #216995

Text Example


Text Example

White with #216995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216995; }

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

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

background-color css

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

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

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

border-color css

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

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

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