Html Css Color HEX #217099 Lochmara

📋 copy color: '#217099'

red 33 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #217099

Tints of Lochmara #217099

RGB

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

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

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

R = 11.07%
G = 37.58%
B = 51.34%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#217099 (or 0x217099) is known color: Lochmara. HEX triplet: 21, 70 and 99. RGB value is (33,112,153). Sum of RGB (Red+Green+Blue) = 33+112+153=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #217099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217099 is #DE8F66. Grayscale: #5C5C5C. Windows color (decimal): -14585703 or 10055713. OLE color: 10055713.

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

Color convert

RGB 33 112 153 -
CMYK 0.78 0.27 0 0.4
HSL 200.5º 0.65% 0.36% -
HSV(B) 200.5º 0.78% 0.6% -
XYZ 12.17 14.21 32.24 -
YUV 93.05 161.83 85.17 -
System Red Green Blue C M Y K H S L
Decimal 33 112 153 0.78 0.27 0 0.4 200.5 0.65 0.36
Hex 21 70 99 4E 1B 0 28 C8 41 24
Octal 41 160 231 116 33 0 50 310 101 44
Binary 100001 1110000 10011001 1001110 11011 0 101000 11001000 1000001 100100

Color Harmonies of #217099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217099

Black with #217099

Text Example


Text Example

White with #217099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217099; }

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

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

background-color css

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

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

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

border-color css

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

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

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