Html Css Color HEX #216368 Blue Stone

📋 copy color: '#216368'

red 33 ◦ green 99 ◦ blue 104

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

Shades of Blue Stone #216368

Tints of Blue Stone #216368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 13.98%
G = 41.95%
B = 44.07%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#216368 (or 0x216368) is known color: Blue Stone. HEX triplet: 21, 63 and 68. RGB value is (33,99,104). Sum of RGB (Red+Green+Blue) = 33+99+104=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #216368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216368 is #DE9C97. Grayscale: #4F4F4F. Windows color (decimal): -14589080 or 6841121. OLE color: 6841121.

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

Color convert

RGB 33 99 104 -
CMYK 0.68 0.05 0 0.59
HSL 184.23º 0.52% 0.27% -
HSV(B) 184.23º 0.68% 0.41% -
XYZ 7.59 10.25 14.67 -
YUV 79.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 33 99 104 0.68 0.05 0 0.59 184.23 0.52 0.27
Hex 21 63 68 44 5 0 3B B8 34 1B
Octal 41 143 150 104 5 0 73 270 64 33
Binary 100001 1100011 1101000 1000100 101 0 111011 10111000 110100 11011

Color Harmonies of #216368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216368

Black with #216368

Text Example


Text Example

White with #216368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216368; }

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

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

background-color css

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

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

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

border-color css

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

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

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