#21689B

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

Shades of Lochmara #21689B

Tints of Lochmara #21689B

Color information

#21689B (or 0x21689B) is unknown color: approx Lochmara. HEX triplet: 21, 68 and 9B. RGB value is (33,104,155). Sum of RGB (Red+Green+Blue) = 33+104+155=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #21689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21689B is #DE9764. Grayscale: #585858. Windows color (decimal): -14587749 or 10184737. OLE color: 10184737.

HSL color Cylindrical-coordinate representation of color #21689B: hue angle of 205.08º 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 #21689B is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33104155-
CMYK0.790.3300.39
HSL205.08º64.89%36.86%-
HSV(B)205.08º78.71%60.78%-
XYZ11.4912.5932.83-
YUV88.58165.4888.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=11.30%
G=35.62%
B=53.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331041550.790.3300.39205.0864.8936.86
Hex21689B4F21027cd4125
Octal411502331174104731510145
Binary10000111010001001101110011111000010100111110011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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