Html Css Color HEX #217399 Lochmara

📋 copy color: '#217399'

red 33 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #217399

Tints of Lochmara #217399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 10.96%
G = 38.21%
B = 50.83%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#217399 (or 0x217399) is known color: Lochmara. HEX triplet: 21, 73 and 99. RGB value is (33,115,153). Sum of RGB (Red+Green+Blue) = 33+115+153=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #217399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217399 is #DE8C66. Grayscale: #5E5E5E. Windows color (decimal): -14584935 or 10056481. OLE color: 10056481.

HSL color Cylindrical-coordinate representation of color #217399: hue angle of 199º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217399 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 115 153 -
CMYK 0.78 0.25 0 0.4
HSL 199º 0.65% 0.36% -
HSV(B) 199º 0.78% 0.6% -
XYZ 12.51 14.88 32.35 -
YUV 94.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 33 115 153 0.78 0.25 0 0.4 199 0.65 0.36
Hex 21 73 99 4E 19 0 28 C7 41 24
Octal 41 163 231 116 31 0 50 307 101 44
Binary 100001 1110011 10011001 1001110 11001 0 101000 11000111 1000001 100100

Color Harmonies of #217399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217399

Black with #217399

Text Example


Text Example

White with #217399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217399; }

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

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

background-color css

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

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

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

border-color css

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

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

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