Html Css Color HEX #216369 Blue Stone

📋 copy color: '#216369'

red 33 ◦ green 99 ◦ blue 105

#216369
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #216369

Tints of Blue Stone #216369

RGB

 RED value IS 33 (13.28% from 255) = 13.92%

 GREEN value IS 99 (39.06% from 255) = 41.77%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 13.92%
G = 41.77%
B = 44.3%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#216369 (or 0x216369) is known color: Blue Stone. HEX triplet: 21, 63 and 69. RGB value is (33,99,105). Sum of RGB (Red+Green+Blue) = 33+99+105=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #216369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216369 is #DE9C96. Grayscale: #4F4F4F. Windows color (decimal): -14589079 or 6906657. OLE color: 6906657.

HSL color Cylindrical-coordinate representation of color #216369: hue angle of 185º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216369 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 99 105 -
CMYK 0.69 0.06 0 0.59
HSL 185º 0.52% 0.27% -
HSV(B) 185º 0.69% 0.41% -
XYZ 7.64 10.27 14.94 -
YUV 79.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 33 99 105 0.69 0.06 0 0.59 185 0.52 0.27
Hex 21 63 69 45 6 0 3B B9 34 1B
Octal 41 143 151 105 6 0 73 271 64 33
Binary 100001 1100011 1101001 1000101 110 0 111011 10111001 110100 11011

Color Harmonies of #216369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216369

Black with #216369

Text Example


Text Example

White with #216369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216369; }

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

 H1.HeaderClassName
 {
   color: #216369;
 }
 .AnyTagClassName
 {
   color: #216369;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #216369;
 }
 .BgClassName
 {
   background-color: #216369;
 }
</style>

border-color css

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

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

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