Html Css Color HEX #217396 Lochmara

📋 copy color: '#217396'

red 33 ◦ green 115 ◦ blue 150

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

Shades of Lochmara #217396

Tints of Lochmara #217396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 11.07%
G = 38.59%
B = 50.34%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#217396 (or 0x217396) is known color: Lochmara. HEX triplet: 21, 73 and 96. RGB value is (33,115,150). Sum of RGB (Red+Green+Blue) = 33+115+150=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #217396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217396 is #DE8C69. Grayscale: #5E5E5E. Windows color (decimal): -14584938 or 9859873. OLE color: 9859873.

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

Color convert

RGB 33 115 150 -
CMYK 0.78 0.23 0 0.41
HSL 197.95º 0.64% 0.36% -
HSV(B) 197.95º 0.78% 0.59% -
XYZ 12.26 14.79 31.06 -
YUV 94.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 33 115 150 0.78 0.23 0 0.41 197.95 0.64 0.36
Hex 21 73 96 4E 17 0 29 C6 40 24
Octal 41 163 226 116 27 0 51 306 100 44
Binary 100001 1110011 10010110 1001110 10111 0 101001 11000110 1000000 100100

Color Harmonies of #217396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217396

Black with #217396

Text Example


Text Example

White with #217396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217396; }

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

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

background-color css

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

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

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

border-color css

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

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

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