#216B98

Color #216B98 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #216B98

Tints of Lochmara #216B98

Color information

#216B98 (or 0x216B98) is unknown color: approx Lochmara. HEX triplet: 21, 6B and 98. RGB value is (33,107,152). Sum of RGB (Red+Green+Blue) = 33+107+152=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #216B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216B98 is #DE9467. Grayscale: #595959. Windows color (decimal): -14586984 or 9988897. OLE color: 9988897.

HSL color Cylindrical-coordinate representation of color #216B98: hue angle of 202.69º degrees, saturation: 0.64, 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 #216B98 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB33107152-
CMYK0.780.3000.40
HSL202.69º64.32%36.27%-
HSV(B)202.69º78.29%59.61%-
XYZ11.5513.1131.63-
YUV90162.9887.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=11.30%
G=36.64%
B=52.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331071520.780.3000.40202.6964.3236.27
Hex216B984E1E028cb4024
Octal411532301163605031310044
Binary1000011101011100110001001110111100101000110010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216B98; }

 p { color: rgb(33,107,152); }

 H1.HeaderClassName
 {
   color: #216B98;
 }
 .AnyTagClassName
 {
   color: #216B98;
 }
</style>
background-color css

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

 a { background-color: rgb(33,107,152); }

 div.DivClassName
 {
   background-color: #216B98;
 }
 .BgClassName
 {
   background-color: #216B98;
 }
</style>
border-color css

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

 span { border-color: rgb(33,107,152); }

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