Html Css Color HEX #216268 Blue Stone

📋 copy color: '#216268'

red 33 ◦ green 98 ◦ blue 104

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

Shades of Blue Stone #216268

Tints of Blue Stone #216268

RGB

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

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

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

R = 14.04%
G = 41.7%
B = 44.26%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#216268 (or 0x216268) is known color: Blue Stone. HEX triplet: 21, 62 and 68. RGB value is (33,98,104). Sum of RGB (Red+Green+Blue) = 33+98+104=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #216268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216268 is #DE9D97. Grayscale: #4F4F4F. Windows color (decimal): -14589336 or 6840865. OLE color: 6840865.

HSL color Cylindrical-coordinate representation of color #216268: hue angle of 185.07º 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 #216268 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 98 104 -
CMYK 0.68 0.06 0 0.59
HSL 185.07º 0.52% 0.27% -
HSV(B) 185.07º 0.68% 0.41% -
XYZ 7.49 10.06 14.64 -
YUV 79.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 33 98 104 0.68 0.06 0 0.59 185.07 0.52 0.27
Hex 21 62 68 44 6 0 3B B9 34 1B
Octal 41 142 150 104 6 0 73 271 64 33
Binary 100001 1100010 1101000 1000100 110 0 111011 10111001 110100 11011

Color Harmonies of #216268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216268

Black with #216268

Text Example


Text Example

White with #216268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216268; }

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

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

background-color css

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

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

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

border-color css

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

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

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