#21636A

Color #21636A Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #21636A

Tints of Blue Stone #21636A

Color information

#21636A (or 0x21636A) is unknown color: approx Blue Stone. HEX triplet: 21, 63 and 6A. RGB value is (33,99,106). Sum of RGB (Red+Green+Blue) = 33+99+106=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #21636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21636A is #DE9C95. Grayscale: #4F4F4F. Windows color (decimal): -14589078 or 6972193. OLE color: 6972193.

HSL color Cylindrical-coordinate representation of color #21636A: hue angle of 185.75º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21636A is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3399106-
CMYK0.690.0700.58
HSL185.75º52.52%27.25%-
HSV(B)185.75º68.87%41.57%-
XYZ7.6910.2915.22-
YUV80.06142.6394.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=13.87%
G=41.60%
B=44.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33991060.690.0700.58185.7552.5227.25
Hex21636A45703Aba351b
Octal4114315210570722726533
Binary10000111000111101010100010111101110101011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21636A; }

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

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

<style>
 a { background-color: #21636A; }

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

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

<style>
 span { border-color: #21636A; }

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

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