Html Css Color HEX #216267 Blue Stone

📋 copy color: '#216267'

red 33 ◦ green 98 ◦ blue 103

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

Shades of Blue Stone #216267

Tints of Blue Stone #216267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 14.1%
G = 41.88%
B = 44.02%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#216267 (or 0x216267) is known color: Blue Stone. HEX triplet: 21, 62 and 67. RGB value is (33,98,103). Sum of RGB (Red+Green+Blue) = 33+98+103=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #216267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216267 is #DE9D98. Grayscale: #4F4F4F. Windows color (decimal): -14589337 or 6775329. OLE color: 6775329.

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

Color convert

RGB 33 98 103 -
CMYK 0.68 0.05 0 0.60
HSL 184.29º 0.51% 0.27% -
HSV(B) 184.29º 0.68% 0.4% -
XYZ 7.44 10.04 14.38 -
YUV 79.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 33 98 103 0.68 0.05 0 0.60 184.29 0.51 0.27
Hex 21 62 67 44 5 0 3C B8 33 1B
Octal 41 142 147 104 5 0 74 270 63 33
Binary 100001 1100010 1100111 1000100 101 0 111100 10111000 110011 11011

Color Harmonies of #216267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216267

Black with #216267

Text Example


Text Example

White with #216267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216267; }

 p { color: rgb(33,98,103); }

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

background-color css

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

 a { background-color: rgb(33,98,103); }

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

border-color css

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

 span { border-color: rgb(33,98,103); }

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