Html Css Color HEX #217095 Lochmara

📋 copy color: '#217095'

red 33 ◦ green 112 ◦ blue 149

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

Shades of Lochmara #217095

Tints of Lochmara #217095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

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

R = 11.22%
G = 38.1%
B = 50.68%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#217095 (or 0x217095) is known color: Lochmara. HEX triplet: 21, 70 and 95. RGB value is (33,112,149). Sum of RGB (Red+Green+Blue) = 33+112+149=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #217095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217095 is #DE8F6A. Grayscale: #5C5C5C. Windows color (decimal): -14585707 or 9793569. OLE color: 9793569.

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

Color convert

RGB 33 112 149 -
CMYK 0.78 0.25 0 0.42
HSL 199.14º 0.64% 0.36% -
HSV(B) 199.14º 0.78% 0.58% -
XYZ 11.85 14.08 30.53 -
YUV 92.6 159.83 85.49 -
System Red Green Blue C M Y K H S L
Decimal 33 112 149 0.78 0.25 0 0.42 199.14 0.64 0.36
Hex 21 70 95 4E 19 0 2A C7 40 24
Octal 41 160 225 116 31 0 52 307 100 44
Binary 100001 1110000 10010101 1001110 11001 0 101010 11000111 1000000 100100

Color Harmonies of #217095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217095

Black with #217095

Text Example


Text Example

White with #217095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217095; }

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

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

background-color css

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

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

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

border-color css

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

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

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