Html Css Color HEX #216868 Blue Stone

📋 copy color: '#216868'

red 33 ◦ green 104 ◦ blue 104

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

Shades of Blue Stone #216868

Tints of Blue Stone #216868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

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

R = 13.69%
G = 43.15%
B = 43.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#216868 (or 0x216868) is known color: Blue Stone. HEX triplet: 21, 68 and 68. RGB value is (33,104,104). Sum of RGB (Red+Green+Blue) = 33+104+104=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #216868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216868 is #DE9797. Grayscale: #525252. Windows color (decimal): -14587800 or 6842401. OLE color: 6842401.

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

Color convert

RGB 33 104 104 -
CMYK 0.68 0 0 0.59
HSL 180º 0.52% 0.27% -
HSV(B) 180º 0.68% 0.41% -
XYZ 8.08 11.22 14.84 -
YUV 82.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 33 104 104 0.68 0 0 0.59 180 0.52 0.27
Hex 21 68 68 44 0 0 3B B4 34 1B
Octal 41 150 150 104 0 0 73 264 64 33
Binary 100001 1101000 1101000 1000100 0 0 111011 10110100 110100 11011

Color Harmonies of #216868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216868

Black with #216868

Text Example


Text Example

White with #216868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216868; }

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

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

background-color css

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

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

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

border-color css

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

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

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