Html Css Color HEX #217295 Lochmara

📋 copy color: '#217295'

red 33 ◦ green 114 ◦ blue 149

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

Shades of Lochmara #217295

Tints of Lochmara #217295

RGB

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

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

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

R = 11.15%
G = 38.51%
B = 50.34%

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

#217295 (or 0x217295) is known color: Lochmara. HEX triplet: 21, 72 and 95. RGB value is (33,114,149). Sum of RGB (Red+Green+Blue) = 33+114+149=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #217295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217295 is #DE8D6A. Grayscale: #5D5D5D. Windows color (decimal): -14585195 or 9794081. OLE color: 9794081.

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

Color convert

RGB 33 114 149 -
CMYK 0.78 0.23 0 0.42
HSL 198.1º 0.64% 0.36% -
HSV(B) 198.1º 0.78% 0.58% -
XYZ 12.07 14.53 30.6 -
YUV 93.77 159.16 84.65 -
System Red Green Blue C M Y K H S L
Decimal 33 114 149 0.78 0.23 0 0.42 198.1 0.64 0.36
Hex 21 72 95 4E 17 0 2A C6 40 24
Octal 41 162 225 116 27 0 52 306 100 44
Binary 100001 1110010 10010101 1001110 10111 0 101010 11000110 1000000 100100

Color Harmonies of #217295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217295

Black with #217295

Text Example


Text Example

White with #217295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217295; }

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

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

background-color css

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

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

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

border-color css

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

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

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