#21699B

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

Shades of Lochmara #21699B

Tints of Lochmara #21699B

Color information

#21699B (or 0x21699B) is unknown color: approx Lochmara. HEX triplet: 21, 69 and 9B. RGB value is (33,105,155). Sum of RGB (Red+Green+Blue) = 33+105+155=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #21699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21699B is #DE9664. Grayscale: #585858. Windows color (decimal): -14587493 or 10184993. OLE color: 10184993.

HSL color Cylindrical-coordinate representation of color #21699B: hue angle of 204.59º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21699B is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33105155-
CMYK0.790.3200.39
HSL204.59º64.89%36.86%-
HSV(B)204.59º78.71%60.78%-
XYZ11.612.7932.87-
YUV89.17165.1587.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.26%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=11.26%
G=35.84%
B=52.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331051550.790.3200.39204.5964.8936.86
Hex21699B4F20027cd4125
Octal411512331174004731510145
Binary10000111010011001101110011111000000100111110011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21699B; }

 p { color: rgb(33,105,155); }

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

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

 a { background-color: rgb(33,105,155); }

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

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

 span { border-color: rgb(33,105,155); }

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