Html Css Color HEX #217395 Lochmara

📋 copy color: '#217395'

red 33 ◦ green 115 ◦ blue 149

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

Shades of Lochmara #217395

Tints of Lochmara #217395

RGB

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

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

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

R = 11.11%
G = 38.72%
B = 50.17%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#217395 (or 0x217395) is known color: Lochmara. HEX triplet: 21, 73 and 95. RGB value is (33,115,149). Sum of RGB (Red+Green+Blue) = 33+115+149=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #217395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217395 is #DE8C6A. Grayscale: #5E5E5E. Windows color (decimal): -14584939 or 9794337. OLE color: 9794337.

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

Color convert

RGB 33 115 149 -
CMYK 0.78 0.23 0 0.42
HSL 197.59º 0.64% 0.36% -
HSV(B) 197.59º 0.78% 0.58% -
XYZ 12.18 14.75 30.64 -
YUV 94.36 158.83 84.24 -
System Red Green Blue C M Y K H S L
Decimal 33 115 149 0.78 0.23 0 0.42 197.59 0.64 0.36
Hex 21 73 95 4E 17 0 2A C6 40 24
Octal 41 163 225 116 27 0 52 306 100 44
Binary 100001 1110011 10010101 1001110 10111 0 101010 11000110 1000000 100100

Color Harmonies of #217395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217395

Black with #217395

Text Example


Text Example

White with #217395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217395; }

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

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

background-color css

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

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

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

border-color css

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

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

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