Html Css Color HEX #206361 Blue Stone

📋 copy color: '#206361'

red 32 ◦ green 99 ◦ blue 97

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

Shades of Blue Stone #206361

Tints of Blue Stone #206361

RGB

 RED value IS 32 (12.89% from 255) = 14.04%

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

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 14.04%
G = 43.42%
B = 42.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#206361 (or 0x206361) is known color: Blue Stone. HEX triplet: 20, 63 and 61. RGB value is (32,99,97). Sum of RGB (Red+Green+Blue) = 32+99+97=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #206361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206361 is #DF9C9E. Grayscale: #4E4E4E. Windows color (decimal): -14654623 or 6382368. OLE color: 6382368.

HSL color Cylindrical-coordinate representation of color #206361: hue angle of 178.21º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206361 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 99 97 -
CMYK 0.68 0 0.02 0.61
HSL 178.21º 0.51% 0.26% -
HSV(B) 178.21º 0.68% 0.39% -
XYZ 7.22 10.09 12.88 -
YUV 78.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 32 99 97 0.68 0 0.02 0.61 178.21 0.51 0.26
Hex 20 63 61 44 0 2 3D B2 33 1A
Octal 40 143 141 104 0 2 75 262 63 32
Binary 100000 1100011 1100001 1000100 0 10 111101 10110010 110011 11010

Color Harmonies of #206361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206361

Black with #206361

Text Example


Text Example

White with #206361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206361; }

 p { color: rgb(32,99,97); }

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

background-color css

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

 a { background-color: rgb(32,99,97); }

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

border-color css

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

 span { border-color: rgb(32,99,97); }

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