Html Css Color HEX #217499 Lochmara

📋 copy color: '#217499'

red 33 ◦ green 116 ◦ blue 153

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

Shades of Lochmara #217499

Tints of Lochmara #217499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 10.93%
G = 38.41%
B = 50.66%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#217499 (or 0x217499) is known color: Lochmara. HEX triplet: 21, 74 and 99. RGB value is (33,116,153). Sum of RGB (Red+Green+Blue) = 33+116+153=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #217499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217499 is #DE8B66. Grayscale: #5F5F5F. Windows color (decimal): -14584679 or 10056737. OLE color: 10056737.

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

Color convert

RGB 33 116 153 -
CMYK 0.78 0.24 0 0.4
HSL 198.5º 0.65% 0.36% -
HSV(B) 198.5º 0.78% 0.6% -
XYZ 12.62 15.11 32.39 -
YUV 95.4 160.5 83.49 -
System Red Green Blue C M Y K H S L
Decimal 33 116 153 0.78 0.24 0 0.4 198.5 0.65 0.36
Hex 21 74 99 4E 18 0 28 C6 41 24
Octal 41 164 231 116 30 0 50 306 101 44
Binary 100001 1110100 10011001 1001110 11000 0 101000 11000110 1000001 100100

Color Harmonies of #217499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217499

Black with #217499

Text Example


Text Example

White with #217499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217499; }

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

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

background-color css

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

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

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

border-color css

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

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

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