Html Css Color HEX #217296 Lochmara

📋 copy color: '#217296'

red 33 ◦ green 114 ◦ blue 150

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

Shades of Lochmara #217296

Tints of Lochmara #217296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 11.11%
G = 38.38%
B = 50.51%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#217296 (or 0x217296) is known color: Lochmara. HEX triplet: 21, 72 and 96. RGB value is (33,114,150). Sum of RGB (Red+Green+Blue) = 33+114+150=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #217296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217296 is #DE8D69. Grayscale: #5D5D5D. Windows color (decimal): -14585194 or 9859617. OLE color: 9859617.

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

Color convert

RGB 33 114 150 -
CMYK 0.78 0.24 0 0.41
HSL 198.46º 0.64% 0.36% -
HSV(B) 198.46º 0.78% 0.59% -
XYZ 12.15 14.56 31.02 -
YUV 93.89 159.66 84.57 -
System Red Green Blue C M Y K H S L
Decimal 33 114 150 0.78 0.24 0 0.41 198.46 0.64 0.36
Hex 21 72 96 4E 18 0 29 C6 40 24
Octal 41 162 226 116 30 0 51 306 100 44
Binary 100001 1110010 10010110 1001110 11000 0 101001 11000110 1000000 100100

Color Harmonies of #217296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217296

Black with #217296

Text Example


Text Example

White with #217296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217296; }

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

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

background-color css

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

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

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

border-color css

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

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

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