Html Css Color HEX #206367 Blue Stone

📋 copy color: '#206367'

red 32 ◦ green 99 ◦ blue 103

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

Shades of Blue Stone #206367

Tints of Blue Stone #206367

RGB

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

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

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

R = 13.68%
G = 42.31%
B = 44.02%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#206367 (or 0x206367) is known color: Blue Stone. HEX triplet: 20, 63 and 67. RGB value is (32,99,103). Sum of RGB (Red+Green+Blue) = 32+99+103=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 99 (39.06% from 255 or 42.31% 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 #206367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206367 is #DF9C98. Grayscale: #4F4F4F. Windows color (decimal): -14654617 or 6775584. OLE color: 6775584.

HSL color Cylindrical-coordinate representation of color #206367: hue angle of 183.38º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206367 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 99 103 -
CMYK 0.69 0.04 0 0.60
HSL 183.38º 0.53% 0.26% -
HSV(B) 183.38º 0.69% 0.4% -
XYZ 7.51 10.21 14.41 -
YUV 79.42 141.3 94.17 -
System Red Green Blue C M Y K H S L
Decimal 32 99 103 0.69 0.04 0 0.60 183.38 0.53 0.26
Hex 20 63 67 45 4 0 3C B7 35 1A
Octal 40 143 147 105 4 0 74 267 65 32
Binary 100000 1100011 1100111 1000101 100 0 111100 10110111 110101 11010

Color Harmonies of #206367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206367

Black with #206367

Text Example


Text Example

White with #206367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206367; }

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

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

background-color css

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

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

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

border-color css

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

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

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