#216A98

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

Shades of Lochmara #216A98

Tints of Lochmara #216A98

Color information

#216A98 (or 0x216A98) is unknown color: approx Lochmara. HEX triplet: 21, 6A and 98. RGB value is (33,106,152). Sum of RGB (Red+Green+Blue) = 33+106+152=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #216A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216A98 is #DE9567. Grayscale: #595959. Windows color (decimal): -14587240 or 9988641. OLE color: 9988641.

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

Color convert

RGB33106152-
CMYK0.780.3000.40
HSL203.19º64.32%36.27%-
HSV(B)203.19º78.29%59.61%-
XYZ11.4512.931.59-
YUV89.42163.3287.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 152 (59.77% from 255) = 52.23%
R=11.34%
G=36.43%
B=52.23%

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
Decimal331061520.780.3000.40203.1964.3236.27
Hex216A984E1E028cb4024
Octal411522301163605031310044
Binary1000011101010100110001001110111100101000110010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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