#21696E

Color #21696E Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #21696E

Tints of Allports #21696E

Color information

#21696E (or 0x21696E) is unknown color: approx Allports. HEX triplet: 21, 69 and 6E. RGB value is (33,105,110). Sum of RGB (Red+Green+Blue) = 33+105+110=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #21696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21696E is #DE9691. Grayscale: #535353. Windows color (decimal): -14587538 or 7235873. OLE color: 7235873.

HSL color Cylindrical-coordinate representation of color #21696E: hue angle of 183.9º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21696E is Cyan = 0.7, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB33105110-
CMYK0.70.0500.57
HSL183.9º53.85%28.04%-
HSV(B)183.9º70%43.14%-
XYZ8.4911.5516.53-
YUV84.04142.6591.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=13.31%
G=42.34%
B=44.35%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal331051100.70.0500.57183.953.8528.04
Hex21696E465039b8361c
Octal4115115610650712706634
Binary10000111010011101110100011010101110011011100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21696E; }

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

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

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

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

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

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

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

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