Html Css Color HEX #216B95 Lochmara

📋 copy color: '#216B95'

red 33 ◦ green 107 ◦ blue 149

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

Shades of Lochmara #216B95

Tints of Lochmara #216B95

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.02%

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

R = 11.42%
G = 37.02%
B = 51.56%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216B95 (or 0x216B95) is known color: Lochmara. HEX triplet: 21, 6B and 95. RGB value is (33,107,149). Sum of RGB (Red+Green+Blue) = 33+107+149=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #216B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216B95 is #DE946A. Grayscale: #595959. Windows color (decimal): -14586987 or 9792289. OLE color: 9792289.

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

Color convert

RGB 33 107 149 -
CMYK 0.78 0.28 0 0.42
HSL 201.72º 0.64% 0.36% -
HSV(B) 201.72º 0.78% 0.58% -
XYZ 11.31 13.01 30.35 -
YUV 89.66 161.48 87.58 -
System Red Green Blue C M Y K H S L
Decimal 33 107 149 0.78 0.28 0 0.42 201.72 0.64 0.36
Hex 21 6B 95 4E 1C 0 2A CA 40 24
Octal 41 153 225 116 34 0 52 312 100 44
Binary 100001 1101011 10010101 1001110 11100 0 101010 11001010 1000000 100100

Color Harmonies of #216B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216B95

Black with #216B95

Text Example


Text Example

White with #216B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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