Html Css Color HEX #216067 Blue Stone

📋 copy color: '#216067'

red 33 ◦ green 96 ◦ blue 103

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

Shades of Blue Stone #216067

Tints of Blue Stone #216067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 14.22%
G = 41.38%
B = 44.4%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#216067 (or 0x216067) is known color: Blue Stone. HEX triplet: 21, 60 and 67. RGB value is (33,96,103). Sum of RGB (Red+Green+Blue) = 33+96+103=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #216067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216067 is #DE9F98. Grayscale: #4D4D4D. Windows color (decimal): -14589849 or 6774817. OLE color: 6774817.

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

Color convert

RGB 33 96 103 -
CMYK 0.68 0.07 0 0.60
HSL 186º 0.51% 0.27% -
HSV(B) 186º 0.68% 0.4% -
XYZ 7.26 9.67 14.32 -
YUV 77.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 33 96 103 0.68 0.07 0 0.60 186 0.51 0.27
Hex 21 60 67 44 7 0 3C BA 33 1B
Octal 41 140 147 104 7 0 74 272 63 33
Binary 100001 1100000 1100111 1000100 111 0 111100 10111010 110011 11011

Color Harmonies of #216067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216067

Black with #216067

Text Example


Text Example

White with #216067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216067; }

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

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

background-color css

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

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

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

border-color css

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

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

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