Html Css Color HEX #216C93 Lochmara

📋 copy color: '#216C93'

red 33 ◦ green 108 ◦ blue 147

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

Shades of Lochmara #216C93

Tints of Lochmara #216C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 11.46%
G = 37.5%
B = 51.04%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216C93 (or 0x216C93) is known color: Lochmara. HEX triplet: 21, 6C and 93. RGB value is (33,108,147). Sum of RGB (Red+Green+Blue) = 33+108+147=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #216C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C93 is #DE936C. Grayscale: #595959. Windows color (decimal): -14586733 or 9661473. OLE color: 9661473.

HSL color Cylindrical-coordinate representation of color #216C93: hue angle of 200.53º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216C93 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 108 147 -
CMYK 0.78 0.27 0 0.42
HSL 200.53º 0.63% 0.35% -
HSV(B) 200.53º 0.78% 0.58% -
XYZ 11.26 13.16 29.55 -
YUV 90.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 33 108 147 0.78 0.27 0 0.42 200.53 0.63 0.35
Hex 21 6C 93 4E 1B 0 2A C9 3F 23
Octal 41 154 223 116 33 0 52 311 77 43
Binary 100001 1101100 10010011 1001110 11011 0 101010 11001001 111111 100011

Color Harmonies of #216C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216C93

Black with #216C93

Text Example


Text Example

White with #216C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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